diff --git a/dotfiles/.local/bin/commands b/dotfiles/.local/bin/commands index 9298d2e..fc11701 100755 --- a/dotfiles/.local/bin/commands +++ b/dotfiles/.local/bin/commands @@ -96,7 +96,7 @@ def intercept_output( real_time: Optional[bool]=None, timeout: Optional[float]=None, need_lines: Optional[bool]=None, -) -> Generator[intercept_output_t.res_t]: +) -> Generator[intercept_output_t.res_t, None, None,]: if real_time is None: real_time = False