Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyoonlee committed Sep 13, 2024
1 parent f0e1342 commit 101399f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ def _generate_data():

def pytest_addoption(parser):
parser.addoption("--runtf", action="store_true", default=False, help="run tf tests")
parser.addoption("--runtorch", action="store_true", default=False, help="run torch tests")
parser.addoption(
"--runtorch", action="store_true", default=False, help="run torch tests"
)


def pytest_configure(config):
Expand Down

0 comments on commit 101399f

Please sign in to comment.