From f9f18df7371fba2f16ed1bf42666ed63ca90b074 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Sun, 10 Nov 2024 21:52:55 +0300 Subject: [PATCH] [~] Refactor --- dotfiles/.local/bin/commands | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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