Skip to content

Commit

Permalink
and... let's import the - empty(lol) - helper
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Nov 6, 2023
1 parent 2531fcc commit 4a9205a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/library/Core.nim
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import algorithm, hashes
import helpers/datasource
when not defined(WEB):
import helpers/ffi
import helpers/packager

Check notice on line 30 in src/library/Core.nim

View workflow job for this annotation

GitHub Actions / nimlint

[nimlint] src/library/Core.nim#L30

Warning: imported and not used: 'packager' [UnusedImport]
Raw output
/github/workspace/src/library/Core.nim:30:19:Warning: imported and not used: 'packager' [UnusedImport]

import vm/lib
import vm/[env, errors, eval, exec, parse]
Expand Down

0 comments on commit 4a9205a

Please sign in to comment.