mirror of https://github.com/scrapy/scrapy.git
Remove not used import warnings
This commit is contained in:
parent
2829cd4268
commit
430d22e46e
|
|
@ -5,7 +5,6 @@ import random
|
|||
import shutil
|
||||
import string
|
||||
import tempfile
|
||||
import warnings
|
||||
from io import BytesIO
|
||||
from logging import getLogger
|
||||
from pathlib import Path
|
||||
|
|
|
|||
Loading…
Reference in New Issue