Skip to content

Commit

Permalink
Remove pylint disable comments for PY2-only errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
gpkwok committed Mar 10, 2021
1 parent f0f9ae4 commit 2c3717d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truth/truth_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def __len__(self):
return 42


class ClassicTestClass: # pylint: disable=old-style-class
class ClassicTestClass:
"""Old-style test class, not inheriting from object."""


Expand Down

0 comments on commit 2c3717d

Please sign in to comment.