string: remove stray comment (#8329)

This commit is contained in:
Shantanu
2022-07-18 19:53:15 -07:00
committed by GitHub
parent e156c63bdb
commit 4b184356f1

View File

@@ -46,7 +46,6 @@ class Template:
def get_identifiers(self) -> list[str]: ...
def is_valid(self) -> bool: ...
# TODO(MichalPokorny): This is probably badly and/or loosely typed.
class Formatter:
@overload
def format(self, __format_string: LiteralString, *args: LiteralString, **kwargs: LiteralString) -> LiteralString: ...