From b980a47879076c030f642abc715a9f7ef6f39a35 Mon Sep 17 00:00:00 2001 From: Noritaka Kobayashi Date: Sun, 29 Jun 2025 18:09:15 +0900 Subject: refactor: remove imported multiple times (#1846) --- packages/core/src/config/config.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'packages/core/src/config/config.ts') diff --git a/packages/core/src/config/config.ts b/packages/core/src/config/config.ts index 75b73a85..59c9c1bd 100644 --- a/packages/core/src/config/config.ts +++ b/packages/core/src/config/config.ts @@ -21,10 +21,13 @@ import { ShellTool } from '../tools/shell.js'; import { WriteFileTool } from '../tools/write-file.js'; import { WebFetchTool } from '../tools/web-fetch.js'; import { ReadManyFilesTool } from '../tools/read-many-files.js'; -import { MemoryTool, setGeminiMdFilename } from '../tools/memoryTool.js'; +import { + MemoryTool, + setGeminiMdFilename, + GEMINI_CONFIG_DIR as GEMINI_DIR, +} from '../tools/memoryTool.js'; import { WebSearchTool } from '../tools/web-search.js'; import { GeminiClient } from '../core/client.js'; -import { GEMINI_CONFIG_DIR as GEMINI_DIR } from '../tools/memoryTool.js'; import { FileDiscoveryService } from '../services/fileDiscoveryService.js'; import { GitService } from '../services/gitService.js'; import { getProjectTempDir } from '../utils/paths.js'; -- cgit v1.2.3