Skip to content

Commit 7999c48

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 836ab89 commit 7999c48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sliding_window/maximum_sum_subarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ def longest_substring_without_repeating_characters(s: str) -> int:
5858
if __name__ == "__main__":
5959
import doctest
6060

61-
doctest.testmod()
61+
doctest.testmod()

0 commit comments

Comments
 (0)