Don't export options from types
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import httpclient, asyncdispatch, htmlparser
|
||||
import httpclient, asyncdispatch, htmlparser, options
|
||||
import strutils, json, xmltree, uri
|
||||
|
||||
import ../types
|
||||
|
||||
Reference in New Issue
Block a user