Don't export options from types

This commit is contained in:
Zed
2019-10-26 15:34:30 +02:00
parent d179ac547c
commit 02b206078d
10 changed files with 11 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
import httpclient, asyncdispatch, times, sequtils, strutils, json, uri, macros
import httpclient, asyncdispatch, times, sequtils, strutils, json, uri
import macros, options
import ".."/[types, parser, formatters, cache]
import utils, consts

View File

@@ -1,4 +1,4 @@
import httpclient, asyncdispatch, htmlparser
import httpclient, asyncdispatch, htmlparser, options
import strutils, json, xmltree, uri
import ../types