mirror of https://github.com/scrapy/scrapy.git
fix: import re
This commit is contained in:
parent
b7ecec1809
commit
f69ba43f8e
|
|
@ -1,5 +1,4 @@
|
|||
import argparse
|
||||
import re
|
||||
import warnings
|
||||
from http.cookies import SimpleCookie
|
||||
from shlex import split
|
||||
|
|
|
|||
Loading…
Reference in New Issue