Skip to content

Commit 5c739f2

Browse files
committed
Fix condition
1 parent 93b771d commit 5c739f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eventual/abc/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
from typing import Awaitable, Callable, Generic, List, Mapping
55

6-
if sys.version_info < (3, 8):
6+
if sys.version_info >= (3, 8):
77
from typing import Protocol
88
else:
99
from typing_extensions import Protocol

0 commit comments

Comments
 (0)