Skip to content

Commit

Permalink
Update test_walker.py
Browse files Browse the repository at this point in the history
./kyu_3/line_safari_is_that_a_line/test_walker.py:31:1: W293 blank line contains whitespace
  • Loading branch information
ikostan committed Dec 5, 2024
1 parent f4f2691 commit 5a0fbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_3/line_safari_is_that_a_line/test_walker.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# pylint: enable-msg=R0801
class WalkerClassTestCase(unittest.TestCase):
"""Testing Walker class."""

def test_starting_position_from_positives(self):
"""
Testing Walker class.
Expand Down

0 comments on commit 5a0fbee

Please sign in to comment.