mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-26 22:11:57 -07:00
merge duplicate imports packages/cli/src subtask1 (#22040)
This commit is contained in:
@@ -17,8 +17,7 @@ import {
|
||||
} from './setupGithubCommand.js';
|
||||
import type { CommandContext } from './types.js';
|
||||
import * as commandUtils from '../utils/commandUtils.js';
|
||||
import type { ToolActionReturn } from '@google/gemini-cli-core';
|
||||
import { debugLogger } from '@google/gemini-cli-core';
|
||||
import { debugLogger, type ToolActionReturn } from '@google/gemini-cli-core';
|
||||
|
||||
vi.mock('child_process');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user