Skip to content

Commit 975da8a

Browse files
jakkdlA5rocks
andauthored
Update trio/_core/_local.py
make `_NoValue` `Final` Co-authored-by: EXPLOSION <[email protected]>
1 parent 22fa8df commit 975da8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trio/_core/_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
@final
15-
class _NoValue:
15+
class _NoValue(metaclass=Final):
1616
...
1717

1818

0 commit comments

Comments
 (0)