Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit b81b4d7

Browse files
committed
pylint fixes
1 parent 940f33b commit b81b4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sequences/func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def get_longest_uniq_length(origin: str) -> int:
170170
"""Return the length of the longest on sequence of unique characters
171171
172172
Usage examples:
173-
173+
174174
>>> assert get_longest_uniq_length("abcdefg") == 7
175175
>>> assert get_longest_uniq_length("abcacba") == 3
176176

0 commit comments

Comments
 (0)