mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Remove outdated TODO comment (#8508)
This commit is contained in:
@@ -1287,7 +1287,7 @@ class filter(Iterator[_T], Generic[_T]):
|
||||
def __iter__(self: Self) -> Self: ...
|
||||
def __next__(self) -> _T: ...
|
||||
|
||||
def format(__value: object, __format_spec: str = ...) -> str: ... # TODO unicode
|
||||
def format(__value: object, __format_spec: str = ...) -> str: ...
|
||||
@overload
|
||||
def getattr(__o: object, __name: str) -> Any: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user