From b2ccf4cb4048df93a26615b9549329505b4f9648 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 08:18:45 +0000 Subject: [PATCH] fix: remove deleted cli_common.py from mypy_allowlist.txt Co-authored-by: Kevin Turcios --- mypy_allowlist.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/mypy_allowlist.txt b/mypy_allowlist.txt index 378d89675..c163d0be0 100644 --- a/mypy_allowlist.txt +++ b/mypy_allowlist.txt @@ -33,5 +33,4 @@ codeflash/languages/python/static_analysis/edit_generated_tests.py codeflash/cli_cmds/console_constants.py codeflash/cli_cmds/logging_config.py codeflash/cli_cmds/__init__.py -codeflash/cli_cmds/cli_common.py codeflash/cli_cmds/cli.py