mirror of https://github.com/scrapy/scrapy.git
Merge pull request #292 from nramirezuy/item-unusedimport
deleted unused import
This commit is contained in:
commit
5531290d53
|
|
@ -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