Skip to content

Commit c9cf8ef

Browse files
authored
Fixes #304 ambiguous call error with nimble install #304 (#305)
1 parent 7e9fa96 commit c9cf8ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

routes.nim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import
2-
macros,
32
strformat,
43
chronos,
54
chronos/asyncproc,
@@ -22,6 +21,9 @@ import
2221
stew/[byteutils],
2322
nimexpand,
2423
nimcheck
24+
25+
import macros except error
26+
2527
proc getNphPath(): Option[string] =
2628
let path = findExe "nph"
2729
if path == "":

0 commit comments

Comments
 (0)