Mades Changes as per review

This commit is contained in:
purvaudai 2019-11-12 18:17:15 +05:30
parent 50eaabe1fc
commit 4b8b0345e5
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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):