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] authored and alecandido committed Feb 29, 2024
1 parent 00f55ea commit 33bd541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qibo/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ def construct_backend(backend, **kwargs):

elif backend == "qibolab": # pragma: no cover
from qibolab.backends import QibolabBackend # pylint: disable=E0401

elif backend == "qibotn": # pragma: no cover
from qibotn.backends import CuTensorNet, QuimbBackend # pylint: disable=E0401

if platform == "cutensornet": # pragma: no cover
return CuTensorNet(runcard)
elif platform == "qutensornet": # pragma: no cover
Expand Down

0 comments on commit 33bd541

Please sign in to comment.