Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Syntax
  • Loading branch information
AlexWaygood authored Feb 21, 2022
commit 302579f14185cae833eca33b02f788ce43210b68
4 changes: 2 additions & 2 deletions stdlib/asyncio/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sys

# As at runtime, this depends on all submodules defining __all__ accurately.
from .base_events *
from .coroutines *
from .base_events import *
from .coroutines import *
from .events import *
from .futures import *
from .locks import *
Expand Down