Skip to content

Commit 742f329

Browse files
committed
chore: slight tweak to type hints in util.py
1 parent f6a3e63 commit 742f329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def run_command(command: str, *args: str, ignore_error: Literal[True]) -> Option
103103

104104

105105
@overload
106-
def run_command(command: str, *args: str, ignore_error: Literal[False] = ...) -> subprocess.CompletedProcess:
106+
def run_command(command: str, *args: str, ignore_error: Literal[False]) -> subprocess.CompletedProcess:
107107
...
108108

109109

0 commit comments

Comments
 (0)