mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +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())
|
||||
assert filepaths, "good_file_paths() failed!"
|
||||
|
||||
|
||||
upper_files = [file for file in filepaths if file != file.lower()]
|
||||
if upper_files:
|
||||
print(f"{len(upper_files)} files contain uppercase characters:")
|
||||
|
|
Loading…
Reference in New Issue
Block a user