mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Upgrade black version (#7089)
This commit is contained in:
@@ -77,6 +77,7 @@ class _NNTPBase:
|
||||
if sys.version_info < (3, 9):
|
||||
def xgtitle(self, group: str, *, file: _File = ...) -> tuple[str, _list[tuple[str, str]]]: ...
|
||||
def xpath(self, id: Any) -> tuple[str, str]: ...
|
||||
|
||||
def date(self) -> tuple[str, datetime.datetime]: ...
|
||||
def post(self, data: bytes | Iterable[bytes]) -> str: ...
|
||||
def ihave(self, message_id: Any, data: bytes | Iterable[bytes]) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user