From e722ab22f11bfbed581ff32b06c6d384f6fc06d1 Mon Sep 17 00:00:00 2001 From: knc6 Date: Thu, 27 Jun 2024 23:26:13 -0400 Subject: [PATCH] Lint fix. --- jarvis/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jarvis/__init__.py b/jarvis/__init__.py index ee8691c5..c93e8609 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -11,4 +11,3 @@ def test(*args): path = os.path.join(os.path.split(__file__)[0], "tests") pytest.main(args=[path] + list(args)) - \ No newline at end of file