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:30 in public class `WalkerClassTestCase`:
        D200: One-line docstring should fit on one line with quotes (found 3)

        The closing quotes are on the same line as the opening quotes.
        This looks better for one-liners.
  • Loading branch information
ikostan committed Dec 5, 2024
1 parent 375de48 commit dfabe92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kyu_3/line_safari_is_that_a_line/test_walker.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
name='Source/Kata')
# pylint: enable-msg=R0801
class WalkerClassTestCase(unittest.TestCase):
"""
Testing Walker class.
"""
"""Testing Walker class."""
def test_starting_position_from_positives(self):
"""
Testing Walker class.
Expand Down

0 comments on commit dfabe92

Please sign in to comment.