deleted unused import

This commit is contained in:
Nicolás Ramírez 2013-04-19 14:51:59 -03:00
parent 7a1536f76e
commit bc592e9958
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