From 7eb4b011a6cc94aab2649f5e1da102e6234fc071 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 22:54:43 +0000 Subject: [PATCH] [pre-commit.ci] Apply automatic pre-commit fixes --- conda-store-server/tests/test_actions.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conda-store-server/tests/test_actions.py b/conda-store-server/tests/test_actions.py index 17ea2e5de..4059f69cd 100644 --- a/conda-store-server/tests/test_actions.py +++ b/conda-store-server/tests/test_actions.py @@ -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