summaryrefslogtreecommitdiffstats
path: root/Lib/concurrent/futures/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/concurrent/futures/__init__.py')
-rw-r--r--Lib/concurrent/futures/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/concurrent/futures/__init__.py b/Lib/concurrent/futures/__init__.py
index 8434fcf..d746aea 100644
--- a/Lib/concurrent/futures/__init__.py
+++ b/Lib/concurrent/futures/__init__.py
@@ -10,6 +10,7 @@ from concurrent.futures._base import (FIRST_COMPLETED,
ALL_COMPLETED,
CancelledError,
TimeoutError,
+ InvalidStateError,
BrokenExecutor,
Future,
Executor,