mirror of https://github.com/scrapy/scrapy.git
remove unused import
This commit is contained in:
parent
6918204359
commit
9668735a00
|
|
@ -2,7 +2,6 @@
|
|||
Scheduler queues
|
||||
"""
|
||||
|
||||
import errno
|
||||
import marshal
|
||||
import os
|
||||
import os.path
|
||||
|
|
|
|||
Loading…
Reference in New Issue