From 794c74f3618c892782c0979ad4fa31ecd33a8b12 Mon Sep 17 00:00:00 2001 From: knc6 Date: Tue, 19 Nov 2024 20:42:26 -0500 Subject: [PATCH] Lint fix. --- jarvis/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jarvis/__init__.py b/jarvis/__init__.py index f2e6522c..aae434fd 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -10,4 +10,4 @@ def test(*args): import pytest path = os.path.join(os.path.split(__file__)[0], "tests") - pytest.main(args=[path] + list(args)) \ No newline at end of file + pytest.main(args=[path] + list(args)) diff --git a/setup.py b/setup.py index 2f5f2c25..a20a226e 100644 --- a/setup.py +++ b/setup.py @@ -86,4 +86,4 @@ "Topic :: Scientific/Engineering", ], # scripts=glob.glob(os.path.join(JARVIS_DIR, "*")) -) \ No newline at end of file +)