mirror of https://github.com/scrapy/scrapy.git
remove unused import
This commit is contained in:
parent
11d29c7005
commit
73e6bc1b10
|
|
@ -1,7 +1,6 @@
|
|||
"""Helper functions which doesn't fit anywhere else"""
|
||||
|
||||
import re
|
||||
import inspect
|
||||
import hashlib
|
||||
from pkgutil import iter_modules
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue