Remove unused metar imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import std/[httpclient, os, sequtils, sugar, strutils, xmlparser, xmltree]
|
import std/[httpclient, sequtils, sugar, xmlparser, xmltree]
|
||||||
import strformat
|
import strformat
|
||||||
|
|
||||||
proc getMetar(client: HttpClient, code: string): XMLNode =
|
proc getMetar(client: HttpClient, code: string): XMLNode =
|
||||||
|
|||||||
Reference in New Issue
Block a user