mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add __all__ to most modules beginning with 'n', 'o' and 'p' (#7345)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
from _typeshed import StrOrBytesPath
|
||||
from typing import Optional
|
||||
|
||||
__all__ = ["netrc", "NetrcParseError"]
|
||||
|
||||
class NetrcParseError(Exception):
|
||||
filename: str | None
|
||||
lineno: int | None
|
||||
|
||||
Reference in New Issue
Block a user