Skip to content

Commit 1a90bab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 16a2018 commit 1a90bab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/gevent/gevent/selectors.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from _typeshed import FileDescriptorLike
22
from collections.abc import Mapping
33
from selectors import BaseSelector, SelectorKey
4-
from typing import Any, TypeAlias
4+
from typing import Any
55

66
from gevent._util import Lazy
77
from gevent.hub import Hub

0 commit comments

Comments
 (0)