Skip to content

Commit 2863d19

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 363e3db commit 2863d19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roboflow/deployment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def is_valid_ISO8601_timestamp(ts):
1313
except: # noqa: E722
1414
return False
1515

16+
1617
def check_from_to_timestamp(from_timestamp, to_timestamp, default_timedelta):
1718
if from_timestamp and not is_valid_ISO8601_timestamp(from_timestamp):
1819
print("Please provide a valid from_timestamp in ISO8601 format (YYYY-MM-DD HH:MM:SS)")

0 commit comments

Comments
 (0)