Skip to content

Commit 43cdd6c

Browse files
committed
tidy
1 parent 2ca81c0 commit 43cdd6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

filenameprocessor/src/file_validation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ def is_valid_datetime(timestamp: str) -> bool:
2020
where 'zz' is a two digit number indicating the timezone
2121
"""
2222
# Check that datetime (excluding timezone) is a valid datetime in the expected format.
23-
print(f"Validating timestamp: {timestamp}")
2423
if len(timestamp) < 15:
25-
print("Timestamp is too short")
2624
return False
2725

2826
# Note that any digits after the seconds (i.e. from the 16th character onwards, usually expected to represent

0 commit comments

Comments
 (0)