mirror of https://github.com/scrapy/scrapy.git
removed unused imports
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40716
This commit is contained in:
parent
95d99d51b9
commit
468bfeb278
|
|
@ -7,8 +7,6 @@ This module must not depend on any module outside the Standard Library.
|
|||
|
||||
import time
|
||||
import copy
|
||||
import gzip
|
||||
from cStringIO import StringIO
|
||||
from heapq import heappush, heappop
|
||||
|
||||
class MultiValueDictKeyError(KeyError):
|
||||
|
|
|
|||
Loading…
Reference in New Issue