mirror of https://github.com/scrapy/scrapy.git
Remove the used import and re-arrange the imports (#4208)
This commit removes unused import and re-arrange the imports in cookies module
This commit is contained in:
parent
702333478d
commit
74627033c4
|
|
@ -1,8 +1,8 @@
|
|||
import os
|
||||
import six
|
||||
import logging
|
||||
from collections import defaultdict
|
||||
|
||||
import six
|
||||
|
||||
from scrapy.exceptions import NotConfigured
|
||||
from scrapy.http import Response
|
||||
from scrapy.http.cookies import CookieJar
|
||||
|
|
|
|||
Loading…
Reference in New Issue