Remove outdated TODO comment (#8508)

This commit is contained in:
Nikita Sobolev
2022-08-09 10:55:45 +03:00
committed by GitHub
parent 4f6aa12446
commit 4e3e9ba2c6

View File

@@ -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: ...