From 2a76a3c7137d46aa0cfec5e7a3f5092ec64a66b5 Mon Sep 17 00:00:00 2001 From: knc6 Date: Sun, 25 Aug 2024 23:04:01 -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 9382a64d..42742fda 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