small cleanup

This commit is contained in:
pippellia-btc
2025-05-29 15:00:02 +02:00
parent d69aab0168
commit 3c61c77cad
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
// The graph package defines the fundamental structures (e.g. [Node], [Delta])
// that are used across packages.
package graph
import (