Skip to content
Permalink
Browse files

removed extra line to match rest of file (#3528)

  • Loading branch information
samholst committed Oct 24, 2020
1 parent 12c6980 commit 89e8dbffba13ff5ae77e65d21260eac69ee0729a
Showing with 0 additions and 1 deletion.
  1. +0 βˆ’1 scripts/validate_filenames.py
@@ -9,7 +9,6 @@
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:")

0 comments on commit 89e8dbf

Please sign in to comment.
You can’t perform that action at this time.