mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-01 21:50:21 +08:00
Add __all__ part 2 (#13719)
--------- Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
# TODO: missing from stub
|
||||
whatthepatch.__all__
|
||||
@@ -1,2 +1,4 @@
|
||||
from .apply import apply_diff as apply_diff
|
||||
from .patch import parse_patch as parse_patch
|
||||
|
||||
__all__ = ["parse_patch", "apply_diff"]
|
||||
|
||||
Reference in New Issue
Block a user