Skip to content

Commit c42112e

Browse files
author
Your Name
committed
(no commit message provided)
Co-authored-by: cecli (openai/gemini_cli_local/gemini-2.5-pro)
1 parent 3ab8700 commit c42112e

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

cecli/commands/run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import asyncio
21
from typing import List
32

43
import cecli.prompts.utils.system as prompts

cecli/linter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import asyncio
22
import os
33
import re
4-
import subprocess
54
import sys
65
import traceback
76
import warnings
@@ -11,7 +10,6 @@
1110
import oslex
1211

1312
from cecli.dump import dump # noqa: F401
14-
from cecli.helpers.coroutines import interruptible
1513
from cecli.helpers.grep_ast import TreeContext, filename_to_lang
1614
from cecli.helpers.grep_ast.tsl import get_parser # noqa: E402
1715
from cecli.run_cmd import run_cmd_async, run_cmd_subprocess # noqa: F401

0 commit comments

Comments
 (0)