Skip to content

Commit 8456e3e

Browse files
committed
remove unused exception.
1 parent 7948b6d commit 8456e3e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/anyio/_core/_exceptions.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,6 @@ class FutureCancelled(Exception):
184184
"""
185185

186186

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-
194187
class FutureAlreadyFinished(Exception):
195188
"""
196189
Raised when attempting set a result of or await a

0 commit comments

Comments
 (0)