Fix compiler warnings
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import asyncdispatch, strutils, sequtils, uri, options
|
||||
import asyncdispatch, strutils, options
|
||||
import jester
|
||||
import ".."/[types, api], ../views/embed
|
||||
|
||||
export embed
|
||||
export api, embed
|
||||
|
||||
proc createEmbedRouter*(cfg: Config) =
|
||||
router embed:
|
||||
|
||||
@@ -3,7 +3,7 @@ import strutils
|
||||
import jester
|
||||
|
||||
import router_utils
|
||||
import ".."/[query, types, redis_cache, api]
|
||||
import ".."/[types, redis_cache, api]
|
||||
import ../views/[general, timeline, list]
|
||||
export getListTimeline, getGraphList
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import strutils
|
||||
import jester
|
||||
|
||||
import router_utils
|
||||
import ".."/[query, types, api]
|
||||
import ".."/[types, api]
|
||||
import ../views/general
|
||||
|
||||
template respResolved*(url, kind: string): untyped =
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import asyncdispatch, strutils, tables, times, sequtils, hashes, supersnappy
|
||||
import asyncdispatch, strutils, tables, times, hashes, supersnappy
|
||||
|
||||
import jester
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import strutils, sequtils, uri
|
||||
import strutils, uri
|
||||
|
||||
import jester
|
||||
|
||||
|
||||
Reference in New Issue
Block a user