Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 25, 2024
1 parent d70e57a commit 62e7d89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mddatasetbuilder/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .datasetbuilder import _commandline

if __name__ == "__main__":
_commandline()
_commandline()
3 changes: 2 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import subprocess as sp
import sys


def test_module():
sp.check_output([sys.executable, "-m", "mddatasetbuilder", "-h"])
sp.check_output([sys.executable, "-m", "mddatasetbuilder", "-h"])

0 comments on commit 62e7d89

Please sign in to comment.