Replace Incomplete | None = None in stdlib (#14083)

This commit is contained in:
Sebastian Rittau
2025-05-16 15:43:52 +02:00
committed by GitHub
parent 5785616f7a
commit 0125fe2848
12 changed files with 50 additions and 62 deletions
+1 -3
View File
@@ -112,9 +112,7 @@ class Distribution:
command_obj: Incomplete
have_run: Incomplete
want_user_cfg: bool
def dump_option_dicts(
self, header: Incomplete | None = None, commands: Incomplete | None = None, indent: str = ""
) -> None: ...
def dump_option_dicts(self, header=None, commands=None, indent: str = "") -> None: ...
def find_config_files(self): ...
commands: Incomplete
def parse_command_line(self): ...