From 8849cc6e5c26f2c6ab793baa5c10d250a54e14b0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:57:31 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- examples/br_example.py | 1 - tests/test_molecule.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/br_example.py b/examples/br_example.py index 065f362..d0ae172 100644 --- a/examples/br_example.py +++ b/examples/br_example.py @@ -3,7 +3,6 @@ and runs the VQE to obtain the HF energy. """ - import numpy as np from qibo.optimizers import optimize from scipy.optimize import minimize diff --git a/tests/test_molecule.py b/tests/test_molecule.py index 202a777..ed3ae9c 100644 --- a/tests/test_molecule.py +++ b/tests/test_molecule.py @@ -1,6 +1,7 @@ """ Test Molecule class functions """ + from pathlib import Path import numpy as np