mirror of https://github.com/scrapy/scrapy.git
Remove unused pickle import
This commit is contained in:
parent
a80bafe5cd
commit
6091f3cc03
|
|
@ -1,5 +1,4 @@
|
|||
import os
|
||||
import pickle
|
||||
import warnings
|
||||
|
||||
from importlib import import_module
|
||||
|
|
|
|||
Loading…
Reference in New Issue