We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b93af2 commit 1db53a3Copy full SHA for 1db53a3
packages/remote-agent/src/services/analysis/strategies/RuleBasedAnalysisStrategy.ts
@@ -6,7 +6,7 @@
6
* Now integrates with SymbolAnalyser for intelligent symbol analysis.
7
*/
8
9
-import { GitHubIssue } from "../../../types/index";
+import { GitHubIssue } from "../../../types";
10
import {
11
BaseAnalysisStrategy,
12
SearchKeywords,
@@ -15,7 +15,6 @@ import {
15
} from "../interfaces/IAnalysisStrategy";
16
import * as path from 'path';
17
18
-// Import SymbolAnalyser and related types from context-worker
19
20
SymbolAnalyser,
21
CodeCollector,
0 commit comments