Skip to content

Commit 4028a61

Browse files
MatthijsBurghar13pit
authored andcommitted
Remove incorrect typehinting
1 parent c5c2fbf commit 4028a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tue_get/installer_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def _set_target(self, target: str):
159159
self._current_target_dir = parent_target_dir
160160

161161
def _out_handler(self, sub: BackgroundPopen, line: str) -> None:
162-
def _write_stdin(msg: str) -> None:
162+
def _write_stdin(msg) -> None:
163163
if sub.returncode is not None:
164164
self.tue_install_error(
165165
f"Cannot write to stdin of process {sub.pid} as it has already terminated {line=}"

0 commit comments

Comments
 (0)