From 94ffb450e7827a3655765bc17ee5b0550bdfeecb Mon Sep 17 00:00:00 2001 From: lokeshmoger <37133659+lokeshmoger@users.noreply.github.com> Date: Tue, 6 Apr 2021 20:33:13 +0530 Subject: [PATCH] Update checks.py --- checks.py | 1 + 1 file changed, 1 insertion(+) 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') +