Skip to content

Commit deab96b

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

strings/check_pangram.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import doctest
22

33

4-
54
def check_pangram(input_str: str) -> bool:
65
"""
76
Check if a string is a pangram (contains every letter of the alphabet).
@@ -17,4 +16,3 @@ def check_pangram(input_str: str) -> bool:
1716

1817
if __name__ == "__main__":
1918
doctest.testmod()
20-

0 commit comments

Comments
 (0)