Skip to content

Commit 4c62b37

Browse files
committed
chore: remove redundant word
Signed-off-by: tianzedavid <[email protected]>
1 parent 251ea73 commit 4c62b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lint/lint-files.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def check_all_filenames(files) -> int:
9191
for filename in filenames:
9292
if not filename_regex.match(filename):
9393
print(
94-
f"""File {repr(filename)} does not not match the allowed filename regexp ('{ALLOWED_FILENAME_REGEXP}')."""
94+
f"""File {repr(filename)} does not match the allowed filename regexp ('{ALLOWED_FILENAME_REGEXP}')."""
9595
)
9696
failed_tests += 1
9797
return failed_tests

0 commit comments

Comments
 (0)