Skip to content

Commit 92ba0df

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

strings/is_pangram.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,3 @@ def is_pangram_fastest(
6969
True
7070
"""
7171
return len({char for char in input_str.lower() if char.isalpha()}) == 26
72-
73-
74-
75-

0 commit comments

Comments
 (0)