Skip to content

Commit

Permalink
Minor lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Mar 20, 2024
1 parent 30bbc0e commit e2aebfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion jarvis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Version number."""

__version__ = "2024.3.4"

import os
Expand All @@ -9,4 +10,4 @@ def test(*args):
import pytest

path = os.path.join(os.path.split(__file__)[0], "tests")
pytest.main(args=[path] + list(args))
pytest.main(args=[path] + list(args))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@
"Topic :: Scientific/Engineering",
],
# scripts=glob.glob(os.path.join(JARVIS_DIR, "*"))
)
)

0 comments on commit e2aebfc

Please sign in to comment.