From 49911ee0bfcde0c0a4e2f3d1c274852292c84cad Mon Sep 17 00:00:00 2001 From: dogusyuksel Date: Fri, 8 Nov 2024 21:33:08 +0000 Subject: [PATCH] Update utils.py --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 01a2c38..4c76d5b 100644 --- a/utils.py +++ b/utils.py @@ -7,4 +7,4 @@ def arg_check(self): print('interface argument is must') return False - return True \ No newline at end of file + return True