Merge pull request #292 from nramirezuy/item-unusedimport

deleted unused import
This commit is contained in:
Daniel Graña 2013-04-19 10:53:20 -07:00
commit 5531290d53
1 changed files with 0 additions and 1 deletions

View File

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