mirror of https://github.com/scrapy/scrapy.git
Mades Changes as per review
This commit is contained in:
parent
50eaabe1fc
commit
4b8b0345e5
|
|
@ -16,4 +16,3 @@ lxml>=3.5.0
|
|||
service_identity>=16.0.0
|
||||
six>=1.10.0
|
||||
zope.interface>=4.1.3
|
||||
pathlib2>=2.0
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ from scrapy.utils.test import assert_aws_environ, get_s3_content_and_delete, get
|
|||
from scrapy.utils.python import to_native_str
|
||||
from scrapy.utils.project import get_project_settings
|
||||
|
||||
from pathlib2 import Path
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
class FileFeedStorageTest(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Reference in New Issue