Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart van der Vecht committed Mar 17, 2022
1 parent eff646d commit 9752e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stack/teleport/example_teleport.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import Any, Dict, Generator, List

import netsquid as ns
from netqasm.lang.ir import BreakpointAction, BreakpointRole
from netqasm.lang.ir import BreakpointAction
from netqasm.sdk.qubit import Qubit
from netqasm.sdk.toolbox import set_qubit_state
from netsquid.qubits import operators, qubitapi
Expand Down

0 comments on commit 9752e38

Please sign in to comment.