Skip to content

Commit

Permalink
Use the correct Coroutine import
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Aug 17, 2020
1 parent 9069156 commit b5a2f08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/anyio/abc/threads.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import threading
from abc import ABCMeta, abstractmethod
from collections import Coroutine
from concurrent.futures import Future
from typing import TypeVar, Callable, overload, Any
from typing import TypeVar, Callable, overload, Any, Coroutine

T_Retval = TypeVar('T_Retval')

Expand Down

0 comments on commit b5a2f08

Please sign in to comment.