Old typing for 3.9

This commit is contained in:
Trenton H 2024-04-04 08:48:16 -07:00
parent 692b9d6122
commit af2dee790c

View File

@ -63,8 +63,8 @@ def maybe_override_pixel_limit() -> None:
def run_subprocess(
arguments: list[str],
env: dict[str, str] | None = None,
logger: logging.Logger | None = None,
env: Optional[dict[str, str]] = None,
logger: Optional[logging.Logger] = None,
*,
check_exit_code: bool = True,
log_stdout: bool = True,