summaryrefslogtreecommitdiffstats
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 cfcbb3b..4f9e045 100644
--- a/Lib/typing.py
+++ b/Lib/typing.py
@@ -18,7 +18,6 @@ At large scale, the structure of the module is following:
* Wrapper submodules for re and io related types.
"""
-import abc
from abc import abstractmethod, abstractproperty
import collections
import collections.abc