mirror of https://github.com/scrapy/scrapy.git
Remove unused import in scrapy.settings
This commit is contained in:
parent
bb6dee611c
commit
9bd7af8a62
|
|
@ -2,7 +2,7 @@ import six
|
|||
import json
|
||||
import copy
|
||||
import warnings
|
||||
from collections import Mapping, MutableMapping
|
||||
from collections import MutableMapping
|
||||
from importlib import import_module
|
||||
|
||||
from scrapy.utils.deprecate import create_deprecated_class
|
||||
|
|
|
|||
Loading…
Reference in New Issue