Skip to content

Commit 4b90867

Browse files
committed
fix: native class false
1 parent b97d724 commit 4b90867

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
@@ -36,7 +36,7 @@ def __init__(
3636

3737
# NOTE: keep this so we can include in type stubs
3838
# class BlockSemaphore(_AbstractPrioritySemaphore[str, _BlockSemaphoreContextManager]): # type: ignore [type-var]
39-
@mypyc_attr(allow_interpreted_subclasses=True)
39+
@mypyc_attr(native_class=False)
4040
class BlockSemaphore(_AbstractPrioritySemaphore):
4141
"""A semaphore for managing concurrency based on block numbers.
4242

0 commit comments

Comments
 (0)