Skip to content

Commit

Permalink
Fixing a complaint from pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAndresCQ committed Jun 7, 2024
1 parent bd8d512 commit 608df86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_general_state.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import cmath
import random
import numpy as np
import pytest
Expand All @@ -7,7 +6,7 @@
from pytket.transform import Transform
from pytket.pauli import QubitPauliString, Pauli
from pytket.utils.operators import QubitPauliOperator
from pytket.circuit import Circuit, OpType
from pytket.circuit import Circuit
from pytket.extensions.cutensornet.general_state import GeneralState
from pytket.extensions.cutensornet.structured_state import CuTensorNetHandle

Expand Down

0 comments on commit 608df86

Please sign in to comment.