summaryrefslogtreecommitdiff
path: root/Lib/typing.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/typing.py')
-rw-r--r--Lib/typing.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/typing.py b/Lib/typing.py
index dc2a7a4788..ea66cf50a0 100644
--- a/Lib/typing.py
+++ b/Lib/typing.py
@@ -20,7 +20,6 @@ At large scale, the structure of the module is following:
"""
from abc import abstractmethod, ABCMeta
-import ast
import collections
import collections.abc
import contextlib