Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion Lib/asyncio/coroutines.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
__all__ = ('iscoroutine',)

import collections.abc
import inspect
import os
import sys
import types
Expand Down
1 change: 0 additions & 1 deletion Lib/unittest/mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
)


import asyncio
import contextlib
import io
import inspect
Expand Down
1 change: 0 additions & 1 deletion Lib/zipfile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
XXX references to utf-8 need further investigation.
"""
import binascii
import importlib.util
import io
import os
import shutil
Expand Down
Loading