Skip to content

Commit 8697b95

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

strings/count_vowels_consonants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ def count_vowels_and_consonants(text: str) -> tuple[int, int]:
2323
consonant_count += 1
2424

2525
return vowel_count, consonant_count
26-
27-

0 commit comments

Comments
 (0)