Skip to content

Commit

Permalink
Disable pylint for qibolab
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Jul 12, 2022
1 parent c6fe463 commit a7257e3
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 @@ -28,7 +28,7 @@ def construct_backend(backend, platform=None, runcard=None):
return NumpyBackend()

elif backend == "qibolab": # pragma: no cover
from qibolab.backends import QibolabBackend
from qibolab.backends import QibolabBackend # pylint: disable=E0401
return QibolabBackend(platform, runcard)

else: # pragma: no cover
Expand Down

0 comments on commit a7257e3

Please sign in to comment.