Skip to content

Commit e40a8a6

Browse files
authored
fix depgraph module
1 parent 8bcdc18 commit e40a8a6

File tree

1 file changed

+1
-1
lines changed
  • lib/rivet/src/utils/depgraph

1 file changed

+1
-1
lines changed

lib/rivet/src/utils/depgraph/mod.ri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import std/strings;
66

7-
import ../{ utils, utils/maps };
7+
import ../{ self, maps };
88

99
struct DepGraphNode {
1010
pub mut name: string;

0 commit comments

Comments
 (0)