From 6010e1f76ebc8a2fb071ee6f6cb6b1bfd9dc99a5 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 8 Dec 2020 17:26:24 +0100 Subject: [PATCH] STY: autopep8'ed test_datetime.py --- tests/test_datetime.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_datetime.py b/tests/test_datetime.py index f37782e..cda35a1 100644 --- a/tests/test_datetime.py +++ b/tests/test_datetime.py @@ -1925,5 +1925,3 @@ def test_smaller_equal_operator(): h.execute_query("FIND Simple*").delete() except BaseException: pass - - -- GitLab