pep8 E302

This commit is contained in:
Vostretsov Nikita 2020-02-05 12:08:08 +00:00
parent aab39f6341
commit 3769f75386
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from scrapy.spiders import Spider
from scrapy.utils.test import get_crawler
from tests.mockserver import MockServer
class SignalCatcherSpider(Spider):
name = 'signal_catcher'