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:
Grammy Jiang 2019-12-05 00:24:14 +11:00 committed by Adrián Chaves
parent 702333478d
commit 74627033c4
1 changed files with 2 additions and 2 deletions

View File

@ -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