mirror of https://github.com/scrapy/scrapy.git
Fix style issues
This commit is contained in:
parent
3e726b9df7
commit
39affea93c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue