mirror of https://github.com/scrapy/scrapy.git
parent
6e6b5cc29f
commit
c016a4309d
|
|
@ -270,7 +270,7 @@ class ItemMetaTest(unittest.TestCase):
|
|||
def f(self):
|
||||
# For rationale of this see:
|
||||
# https://github.com/python/cpython/blob/ee1a81b77444c6715cbe610e951c655b6adab88b/Lib/test/test_super.py#L222
|
||||
return __class__
|
||||
return __class__ # noqa https://github.com/scrapy/scrapy/issues/2836
|
||||
|
||||
MyItem()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue