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:
Mikhail Korobov 2018-08-01 01:45:16 +05:00
parent 93afe18587
commit c87a4f5c6f
1 changed files with 0 additions and 3 deletions

View File

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