Skip to content

Commit 878b07b

Browse files
committed
chore: removed unused import
FossilOrigin-Name: cad5ac0526828bafee55c7ad48de40ce3e205548815ec604f5502d9246fef21f
1 parent 7fd93f0 commit 878b07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Standard library imports
3030
import std/[os, paths, tables, unicode]
3131
# External modules imports
32-
import contracts, nimalyzer
32+
import contracts
3333
import norm/sqlite
3434
# Internal imports
3535
import aliases, constants, commandslist, output, plugins, types, variables

0 commit comments

Comments
 (0)