Skip to content
Merged
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/pyclbr.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"""

import ast
import copy
import sys
import importlib.util

Expand Down
1 change: 0 additions & 1 deletion Lib/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"""

from abc import abstractmethod, ABCMeta
import ast
import collections
import collections.abc
import contextlib
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Remove unused imports: pyclbr no longer uses copy, and typing no longer uses
ast. Patch by Victor Stinner.