Skip to content

Commit

Permalink
Lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Nov 20, 2024
1 parent c098be4 commit 794c74f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jarvis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
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 @@ -86,4 +86,4 @@
"Topic :: Scientific/Engineering",
],
# scripts=glob.glob(os.path.join(JARVIS_DIR, "*"))
)
)

0 comments on commit 794c74f

Please sign in to comment.