Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed Dec 13, 2022
1 parent 65c0b2a commit f1528be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/broly.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import httpbeast,os,strutils,parseopt,json,asyncdispatch,options
import stub
import times
var stubs: seq[Stub]

proc getArgs():tuple[port:int, path:string] =
Expand Down

0 comments on commit f1528be

Please sign in to comment.