mirror of https://github.com/scrapy/scrapy.git
remove unused imports from scrapy/settings/__init__.py
This is a follow-up to https://github.com/scrapy/scrapy/pull/3327
This commit is contained in:
parent
93afe18587
commit
c87a4f5c6f
|
|
@ -1,13 +1,10 @@
|
|||
import six
|
||||
import json
|
||||
import copy
|
||||
import warnings
|
||||
from collections import MutableMapping
|
||||
from importlib import import_module
|
||||
from pprint import pformat
|
||||
|
||||
from scrapy.exceptions import ScrapyDeprecationWarning
|
||||
|
||||
from . import default_settings
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue