chore: format & imports (#7030)
This commit is contained in:
parent
dff175c4f4
commit
1fd6a2f0b6
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,6 @@ import type {
|
||||||
SlashCommand,
|
SlashCommand,
|
||||||
} from '../commands/types.js';
|
} from '../commands/types.js';
|
||||||
import { CommandKind } from '../commands/types.js';
|
import { CommandKind } from '../commands/types.js';
|
||||||
import { ToolConfirmationOutcome } from '@google/gemini-cli-core';
|
|
||||||
import type { LoadedSettings } from '../../config/settings.js';
|
import type { LoadedSettings } from '../../config/settings.js';
|
||||||
import { MessageType } from '../types.js';
|
import { MessageType } from '../types.js';
|
||||||
import { BuiltinCommandLoader } from '../../services/BuiltinCommandLoader.js';
|
import { BuiltinCommandLoader } from '../../services/BuiltinCommandLoader.js';
|
||||||
|
|
@ -86,8 +85,9 @@ import { McpPromptLoader } from '../../services/McpPromptLoader.js';
|
||||||
import {
|
import {
|
||||||
SlashCommandStatus,
|
SlashCommandStatus,
|
||||||
makeFakeConfig,
|
makeFakeConfig,
|
||||||
|
ToolConfirmationOutcome,
|
||||||
type IdeClient,
|
type IdeClient,
|
||||||
} from '@google/gemini-cli-core/index.js';
|
} from '@google/gemini-cli-core';
|
||||||
|
|
||||||
function createTestCommand(
|
function createTestCommand(
|
||||||
overrides: Partial<SlashCommand>,
|
overrides: Partial<SlashCommand>,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue