Remove unused import

This commit is contained in:
Adrián Chaves 2020-07-07 15:30:19 +02:00
parent ca77ca1f75
commit 7e38615703
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from twisted.trial import unittest
import scrapy
from scrapy.commands import ScrapyCommand
from scrapy.commands.startproject import IGNORE, _make_writable
from scrapy.commands.startproject import IGNORE
from scrapy.settings import Settings
from scrapy.utils.python import to_unicode
from scrapy.utils.test import get_testenv