Fix style issues

This commit is contained in:
Adrián Chaves 2020-08-25 13:57:48 +02:00 committed by GitHub
parent 3e726b9df7
commit 39affea93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -137,10 +137,12 @@ class TestSpiderMixin:
def __mixin_callback(self, response):
pass
class TestSpiderDelegation:
def delegated_callback(self, response):
pass
def parse_item(response):
pass