mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-01 15:34:29 -07:00
fix(core): remove unused getPathIdentity import in shell.ts
This commit is contained in:
@@ -10,10 +10,7 @@ import path from 'node:path';
|
|||||||
import os from 'node:os';
|
import os from 'node:os';
|
||||||
import crypto from 'node:crypto';
|
import crypto from 'node:crypto';
|
||||||
import { debugLogger } from '../utils/debugLogger.js';
|
import { debugLogger } from '../utils/debugLogger.js';
|
||||||
import {
|
import { type SandboxPermissions } from '../services/sandboxManager.js';
|
||||||
type SandboxPermissions,
|
|
||||||
getPathIdentity,
|
|
||||||
} from '../services/sandboxManager.js';
|
|
||||||
import { ToolErrorType } from './tool-error.js';
|
import { ToolErrorType } from './tool-error.js';
|
||||||
import {
|
import {
|
||||||
BaseDeclarativeTool,
|
BaseDeclarativeTool,
|
||||||
|
|||||||
Reference in New Issue
Block a user