Skip to content

Commit 0e8412e

Browse files
author
Bart van der Vecht
committed
Fix lint
1 parent a974bc8 commit 0e8412e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/stack/teleport/example_teleport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from typing import Any, Dict, Generator, List
55

66
import netsquid as ns
7-
from netqasm.lang.ir import BreakpointAction, BreakpointRole
7+
from netqasm.lang.ir import BreakpointAction
88
from netqasm.sdk.qubit import Qubit
99
from netqasm.sdk.toolbox import set_qubit_state
1010
from netsquid.qubits import operators, qubitapi

0 commit comments

Comments
 (0)