Skip to content

Commit 7b5013e

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

strings/is_isogram.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ def is_isogram(string: str) -> bool:
2525
input_str = input("Enter a string ").strip()
2626
isogram = is_isogram(input_str)
2727
print(f"{input_str} is {'an' if isogram else 'not an'} isogram.")
28-
29-

0 commit comments

Comments
 (0)