mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-09 15:25:54 +00:00
removed extra line to match rest of file (#3528)
This commit is contained in:
parent
12c69800bd
commit
89e8dbffba
@ -9,7 +9,6 @@ except ImportError:
|
|||||||
filepaths = list(good_file_paths())
|
filepaths = list(good_file_paths())
|
||||||
assert filepaths, "good_file_paths() failed!"
|
assert filepaths, "good_file_paths() failed!"
|
||||||
|
|
||||||
|
|
||||||
upper_files = [file for file in filepaths if file != file.lower()]
|
upper_files = [file for file in filepaths if file != file.lower()]
|
||||||
if upper_files:
|
if upper_files:
|
||||||
print(f"{len(upper_files)} files contain uppercase characters:")
|
print(f"{len(upper_files)} files contain uppercase characters:")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user