Skip to content

Commit

Permalink
Update test_longest_repetition.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 17, 2024
1 parent 7c984c9 commit 70204c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kyu_6/longest_repetition/test_longest_repetition.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
@allure.link(
url='https://www.codewars.com/kata/586d6cefbcc21eed7a001155',
name='Source/Kata')
# pylint: enable-msg=R0801
class LongestRepetitionTestCase(unittest.TestCase):
"""Testing longest_repetition function."""

Expand Down

0 comments on commit 70204c9

Please sign in to comment.