Remove unused variable

This commit is contained in:
Adrián Chaves 2021-10-15 17:25:22 +02:00 committed by GitHub
parent 98ee3ddffe
commit d774d6a9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class CrawlerLoggingTestCase(unittest.TestCase):
}
configure_logging()
crawler = Crawler(MySpider, {})
Crawler(MySpider, {})
logging.debug('debug message')
with open(log_file, 'rb') as fo: