Skip to content

Commit e2aebfc

Browse files
committed
Minor lint fix.
1 parent 30bbc0e commit e2aebfc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

jarvis/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Version number."""
2+
23
__version__ = "2024.3.4"
34

45
import os
@@ -9,4 +10,4 @@ def test(*args):
910
import pytest
1011

1112
path = os.path.join(os.path.split(__file__)[0], "tests")
12-
pytest.main(args=[path] + list(args))
13+
pytest.main(args=[path] + list(args))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@
8383
"Topic :: Scientific/Engineering",
8484
],
8585
# scripts=glob.glob(os.path.join(JARVIS_DIR, "*"))
86-
)
86+
)

0 commit comments

Comments
 (0)