Skip to content

Commit 86f1df3

Browse files
invalidclaude
andcommitted
chore: remove unused computeFileHash import from scan command
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a1ffad7 commit 86f1df3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/commands/scan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import path from 'path';
22
import { scanProject } from '../scanner.js';
3-
import { saveGraph, computeFileHash, getGitCommitHash } from '../graph.js';
3+
import { saveGraph, getGitCommitHash } from '../graph.js';
44
import { saveSlices } from '../slicer.js';
55

66
/**

0 commit comments

Comments
 (0)