Skip to content

Commit

Permalink
PEP8 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkehoe committed Jul 17, 2024
1 parent 62c8297 commit 998ebfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/qc/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

def pytest_addoption(parser):
parser.addoption(
"--runbig", action="store_true", default=False, help="Run big tests"
)
"--runbig", action="store_true", default=False, help="Run big tests")


def pytest_configure(config):
Expand Down

0 comments on commit 998ebfe

Please sign in to comment.