Bump flake8-pyi to 23.1.1 (#9599)

This commit is contained in:
Alex Waygood
2023-01-28 15:39:30 +00:00
committed by GitHub
parent 32ebe323f5
commit b316dd947e
8 changed files with 15 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ def java_ver(
release: str = "", vendor: str = "", vminfo: tuple[str, str, str] = ..., osinfo: tuple[str, str, str] = ...
) -> tuple[str, str, tuple[str, str, str], tuple[str, str, str]]: ...
def system_alias(system: str, release: str, version: str) -> tuple[str, str, str]: ...
def architecture(executable: str = ..., bits: str = "", linkage: str = "") -> tuple[str, str]: ...
def architecture(executable: str = sys.executable, bits: str = "", linkage: str = "") -> tuple[str, str]: ...
class uname_result(NamedTuple):
system: str