Merge pull request #2869 from cclauss/patch-3

# noqa to close #2836
This commit is contained in:
Mikhail Korobov 2017-08-21 19:15:30 +05:00 committed by GitHub
commit 1ba77f0837
1 changed files with 1 additions and 1 deletions

View File

@ -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()