Skip to content

Commit

Permalink
chore: remove redundant word
Browse files Browse the repository at this point in the history
Signed-off-by: tianzedavid <[email protected]>
  • Loading branch information
tianzedavid committed Feb 13, 2025
1 parent 251ea73 commit 4c62b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lint/lint-files.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def check_all_filenames(files) -> int:
for filename in filenames:
if not filename_regex.match(filename):
print(
f"""File {repr(filename)} does not not match the allowed filename regexp ('{ALLOWED_FILENAME_REGEXP}')."""
f"""File {repr(filename)} does not match the allowed filename regexp ('{ALLOWED_FILENAME_REGEXP}')."""
)
failed_tests += 1
return failed_tests
Expand Down

0 comments on commit 4c62b37

Please sign in to comment.