mirror of https://github.com/scrapy/scrapy.git
Remove an unused six import.
This commit is contained in:
parent
cbb6d0c6a7
commit
c327ad9ba6
|
|
@ -1,5 +1,4 @@
|
|||
import os
|
||||
import six
|
||||
import shutil
|
||||
import tempfile
|
||||
from unittest import mock
|
||||
|
|
|
|||
Loading…
Reference in New Issue