Skip to content

Commit

Permalink
[pre-commit.ci] Apply automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 25, 2024
1 parent 27c6bbd commit 7eb4b01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conda-store-server/tests/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@

from conda_store_server import BuildKey, api
from conda_store_server._internal import action, conda_utils, orm, schema, server, utils
from conda_store_server._internal.action import generate_constructor_installer, generate_lockfile
from conda_store_server._internal.action import (
generate_constructor_installer,
generate_lockfile,
)
from conda_store_server.server.auth import DummyAuthentication


Expand Down

0 comments on commit 7eb4b01

Please sign in to comment.