Skip to content

Commit

Permalink
Minor fixes for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Jul 4, 2024
1 parent 2b1ab79 commit fad7d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_terminfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class TestTermInfo(TestCase):
Validate terminfo
"""

@ classmethod
@classmethod
def set_func(cls, term):
"""
Create a test method checking for required attributes
Expand Down
2 changes: 1 addition & 1 deletion tests/test_tparm.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_static_persistance(self):
tparm(b'%p1%PY', 4)
self.assertEqual(tparm(b'%gY%d'), b'4')

@ classmethod
@classmethod
def set_func(cls, desc, args, result):
"""
Create a test method comparing the result of tparm() and an expected result
Expand Down

0 comments on commit fad7d1b

Please sign in to comment.