Remove unused import in scrapy.settings

This commit is contained in:
Jakob de Maeyer 2015-08-25 23:41:34 +02:00
parent bb6dee611c
commit 9bd7af8a62
1 changed files with 1 additions and 1 deletions

View File

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