commit f83c4d2742def6b400321028b57aeb2e5bbc7cd8
parent 1c7ed74a7d3504b88d433f58417ba04ee9e271c1
Author: Leah Thein <leah@toaster.fritz.box>
Date: Sat, 5 Dec 2020 08:20:17 +0100
parent 1c7ed74a7d3504b88d433f58417ba04ee9e271c1
Author: Leah Thein <leah@toaster.fritz.box>
Date: Sat, 5 Dec 2020 08:20:17 +0100
remove unused imports
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/moustachu.nim b/src/moustachu.nim @@ -2,7 +2,7 @@ ## you can find it here: https://github.com/fenekku/moustachu ## A mustache templating engine written in Nim. -import strutils, sequtils, os, json +import strutils, sequtils, json import moustachu_context, moustachu_tokenizer export moustachu_context
diff --git a/src/utils.nim b/src/utils.nim @@ -1,6 +1,6 @@ import json, asyncdispatch, asynchttpserver, options, strutils, httpcore import types, translations, backend/hafas -import moustachu, moustachu_tokenizer, moustachu_context +import moustachu, moustachu_context proc getPoint* (name: string): Future[Point] {.async} = let points = (await suggestions(SuggestionsParams(