mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
Add __all__ to modules beginning with 'j', 'k' and 'l' (#7328)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from typing import Any, Callable
|
||||
|
||||
__all__ = ["JSONDecoder", "JSONDecodeError"]
|
||||
|
||||
class JSONDecodeError(ValueError):
|
||||
msg: str
|
||||
doc: str
|
||||
|
||||
Reference in New Issue
Block a user