diff --git a/checks.py b/checks.py index c86b835..3c05d97 100644 --- a/checks.py +++ b/checks.py @@ -94,3 +94,4 @@ def now(date_type: str = 'ISO') -> str: if date_type == 'UNIX': return time.time() raise Exception('Invalid date type') +