Skip to content

Commit

Permalink
fix: I love pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Jun 11, 2024
1 parent a7bb2a4 commit 885c680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qibo/backends/qulacs.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class QulacsBackend(NumpyBackend):

def __init__(self):
super().__init__()
import qulacs
from qulacs import ( # pylint: disable=no-name-in-module
import qulacs # pylint: disable=import-error
from qulacs import ( # pylint: disable=no-name-in-module, import-error
QuantumCircuitSimulator,
converter,
)
Expand Down

0 comments on commit 885c680

Please sign in to comment.