mirror of https://github.com/scrapy/scrapy.git
deleted unused import
This commit is contained in:
parent
7a1536f76e
commit
bc592e9958
|
|
@ -4,7 +4,6 @@ Scrapy Item
|
|||
See documentation in docs/topics/item.rst
|
||||
"""
|
||||
|
||||
from copy import deepcopy
|
||||
from pprint import pformat
|
||||
from UserDict import DictMixin
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue