mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-17 13:28:03 +08:00
fix bugs in builtins/2.7/*.pyi
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"""Stubs for the 'select' module."""
|
||||
|
||||
from typing import Any, Optional
|
||||
from typing import Any, Optional, Tuple, Iterable
|
||||
|
||||
EPOLLERR = ... # type: int
|
||||
EPOLLET = ... # type: int
|
||||
|
||||
Reference in New Issue
Block a user