Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 7, 2024
1 parent 3e50d4d commit 84cd61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/qibo/hamiltonians/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from qibo.hamiltonians.hamiltonians import *
from qibo.hamiltonians.models import Heisenberg, TFIM, XXZ, MaxCut, X, Y, Z
from qibo.hamiltonians.models import TFIM, XXZ, Heisenberg, MaxCut, X, Y, Z
3 changes: 1 addition & 2 deletions src/qibo/hamiltonians/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Union, List, Tuple

from functools import reduce
from typing import List, Tuple, Union

import numpy as np

Expand Down

0 comments on commit 84cd61b

Please sign in to comment.