Skip to content

Commit

Permalink
style: automatically reformat to satisfy ruff format --check
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitewarp committed Apr 30, 2024
1 parent 5565234 commit 86db580
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion qpc/tests/cred/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@


@pytest.fixture(autouse=True)
def _setup_server_config_file(server_config): ...
def _setup_server_config_file(server_config):
...


@pytest.fixture
Expand Down
3 changes: 2 additions & 1 deletion qpc/tests/source/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@


@pytest.fixture(autouse=True)
def _setup_server_config_file(server_config): ...
def _setup_server_config_file(server_config):
...


@pytest.fixture
Expand Down

0 comments on commit 86db580

Please sign in to comment.