Skip to content

Commit df7dcc7

Browse files
committed
fix: native class false
1 parent ea4ccdd commit df7dcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dank_mids/semaphores.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(
4343

4444
# NOTE: keep this so we can include in type stubs
4545
# class BlockSemaphore(_AbstractPrioritySemaphore[str, _BlockSemaphoreContextManager]): # type: ignore [type-var]
46-
@mypyc_attr(allow_interpreted_subclasses=True)
46+
@mypyc_attr(native_class=False)
4747
class BlockSemaphore(_AbstractPrioritySemaphore): # type: ignore [misc]
4848
"""A semaphore for managing concurrency based on block numbers.
4949

0 commit comments

Comments
 (0)