Skip to content

Commit

Permalink
pythongh-120121: Add InvalidStateError to concurrent.futures.__all__ (p…
Browse files Browse the repository at this point in the history
…ython#120123)

Co-authored-by: Nikita Sobolev <[email protected]>
  • Loading branch information
aisk and sobolevn authored Jun 8, 2024
1 parent 38a25e9 commit 5d59b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Lib/concurrent/futures/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'ALL_COMPLETED',
'CancelledError',
'TimeoutError',
'InvalidStateError',
'BrokenExecutor',
'Future',
'Executor',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add :exc:`concurrent.futures.InvalidStateError` to module's ``__all__``.

0 comments on commit 5d59b87

Please sign in to comment.