Skip to content

Commit

Permalink
feat: Rename qibo-client backend
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Mar 1, 2024
1 parent 0e065bd commit 8e08ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibo/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def construct_backend(backend, **kwargs):
return QibolabBackend(**kwargs)
elif backend == "clifford":
return CliffordBackend(kwargs["platform"])
elif backend == "qibo-cloud": # pragma: no cover
elif backend == "qibo-client": # pragma: no cover
from qibo_cloud_backends.qibo_client import ( # pylint: disable=E0401
QiboClientBackend,
)
Expand Down

0 comments on commit 8e08ff8

Please sign in to comment.