Skip to content

Commit a76637b

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

strings/check_pangram.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ def check_pangram(input_str: str) -> bool:
1313

1414
if __name__ == "__main__":
1515
import doctest
16+
1617
doctest.testmod()

0 commit comments

Comments
 (0)