Skip to content

Commit

Permalink
remove pointless os import in nimble file
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Feb 19, 2022
1 parent 54de427 commit 796e22a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions applicates.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ srcDir = "src"

requires "nim >= 0.20.0"

import os

when (NimMajor, NimMinor) >= (1, 4):
when (compiles do: import nimbleutils):
import nimbleutils
Expand Down

0 comments on commit 796e22a

Please sign in to comment.