From b62de3d1a8be5691165a26868ecae9b6894538e5 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Tue, 9 Jun 2026 16:39:26 +0800 Subject: [PATCH] style: format terminal parser --- src/telegram_codex_bot/terminal_parser.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/telegram_codex_bot/terminal_parser.py b/src/telegram_codex_bot/terminal_parser.py index e3cd72b..d4a5f39 100644 --- a/src/telegram_codex_bot/terminal_parser.py +++ b/src/telegram_codex_bot/terminal_parser.py @@ -96,9 +96,7 @@ class UIPattern: re.IGNORECASE, ), ), - bottom=( - re.compile(r"^\s*Press enter to continue", re.IGNORECASE), - ), + bottom=(re.compile(r"^\s*Press enter to continue", re.IGNORECASE),), min_gap=2, ), UIPattern(