We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7948b6d commit 8456e3eCopy full SHA for 8456e3e
1 file changed
src/anyio/_core/_exceptions.py
@@ -184,13 +184,6 @@ class FutureCancelled(Exception):
184
"""
185
186
187
-class FutureNotFinished(Exception):
188
- """
189
- Raised when attempting to access the return value or exception of a
190
- :class:`.Future` that is still pending completion.
191
192
-
193
194
class FutureAlreadyFinished(Exception):
195
196
Raised when attempting set a result of or await a
0 commit comments