Skip to content

Commit 22ab6e4

Browse files
committed
extend relaxed bound to wrapper
1 parent d920bc3 commit 22ab6e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bloqade/gemini/dialects/logical/_interface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
from .stmts import TerminalLogicalMeasurement
99

10-
Len = TypeVar("Len", bound=int)
11-
CodeN = TypeVar("CodeN", bound=int)
10+
Len = TypeVar("Len")
11+
CodeN = TypeVar("CodeN")
1212

1313

1414
@lowering.wraps(TerminalLogicalMeasurement)

0 commit comments

Comments
 (0)