From 0eaf61b8c0728f803adabe6cc44865fb492728c8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:12:54 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/cmdline/commands/test_presto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cmdline/commands/test_presto.py b/tests/cmdline/commands/test_presto.py index 2369e68511..efe7bf8bbe 100644 --- a/tests/cmdline/commands/test_presto.py +++ b/tests/cmdline/commands/test_presto.py @@ -1,7 +1,7 @@ """Tests for ``verdi presto``.""" import pytest -from aiida.cmdline.commands.cmd_presto import verdi_presto, default_profile_name +from aiida.cmdline.commands.cmd_presto import default_profile_name, verdi_presto from aiida.manage.configuration.config import Config