mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 02:41:16 +08:00
Remove value attribute from builtins.StopAsyncIteration (#13275)
This commit is contained in:
@@ -1964,9 +1964,7 @@ class NameError(Exception):
|
||||
|
||||
class ReferenceError(Exception): ...
|
||||
class RuntimeError(Exception): ...
|
||||
|
||||
class StopAsyncIteration(Exception):
|
||||
value: Any
|
||||
class StopAsyncIteration(Exception): ...
|
||||
|
||||
class SyntaxError(Exception):
|
||||
msg: str
|
||||
|
||||
Reference in New Issue
Block a user