We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9afd2b commit e26f3b9Copy full SHA for e26f3b9
pyflakes/test/test_api.py
@@ -501,7 +501,7 @@ def test_nonKeywordAfterKeywordSyntaxError(self):
501
"""
502
sourcePath = self.makeTempFile(source)
503
last_line = ' ^\n' if ERROR_HAS_LAST_LINE else ''
504
- column = '13:' if ERROR_HAS_COL_NUM or PYPY else ''
+ column = '13:' if ERROR_HAS_COL_NUM else ''
505
506
if sys.version_info >= (3, 5):
507
message = 'positional argument follows keyword argument'
0 commit comments