Skip to content

Commit 78de9ee

Browse files
CosmoHacclaude
andcommitted
fix: remove unused imports and fix import sorting in clone modules
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6a5a923 commit 78de9ee

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/roam/commands/cmd_clones.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
from roam.commands.resolve import ensure_index
1717
from roam.db.connection import open_db
1818
from roam.output.formatter import (
19-
abbrev_kind,
20-
format_table,
2119
json_envelope,
2220
loc,
2321
to_json,

src/roam/graph/clone_detect.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
from dataclasses import dataclass, field
2626
from pathlib import Path
2727

28-
2928
# Node types whose text values are normalized (treated as equivalent)
3029
_NORMALIZED_LEAF_TYPES = frozenset(
3130
{

0 commit comments

Comments
 (0)