We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b771d commit 5c739f2Copy full SHA for 5c739f2
eventual/abc/registry.py
@@ -3,7 +3,7 @@
3
import sys
4
from typing import Awaitable, Callable, Generic, List, Mapping
5
6
-if sys.version_info < (3, 8):
+if sys.version_info >= (3, 8):
7
from typing import Protocol
8
else:
9
from typing_extensions import Protocol
0 commit comments