From 60a887a75804aff6ce32854fdce6aefecf1e4cfc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 02:15:57 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- covalent/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/covalent/__init__.py b/covalent/__init__.py index a289f4056..45e2fc155 100644 --- a/covalent/__init__.py +++ b/covalent/__init__.py @@ -52,7 +52,7 @@ from .executor.utils import get_context # nopycln: import try: - # try to load qelectron modules + # try to load qelectron modules from ._workflow.qelectron import qelectron # nopycln: import from .quantum import QCluster # nopycln: import except: