Skip to content

Commit 62f41a3

Browse files
chore(ui): remove unused validateRowId import in blob-inspector.js (#355)
🎯 What: Removed the unused `validateRowId` import from `core/ui/modules/blob-inspector.js`. 💡 Why: The `validateRowId` function was imported but never used in the file, representing dead code. Removing it improves codebase maintainability and readability without altering behavior. ✅ Verification: The codebase was built successfully using `bun build` and the full test suite was run and passed. ✨ Result: Cleaner code with fewer dead imports, reducing developer cognitive load. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 538c1ae commit 62f41a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/ui/modules/blob-inspector.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { backendApi } from './api.js';
22
import { state } from './state.js';
33
import { getRowDataOffset } from './data-utils.js';
44
import { updateStatus } from './ui.js';
5-
import { validateRowId } from './utils.js';
65

76
export class BlobInspector {
87
constructor() {

0 commit comments

Comments
 (0)