mirror of https://github.com/status-im/edn.nim.git
remove parseutils import - not used
This commit is contained in:
parent
1dbe5f2722
commit
7a00f7b1c0
|
@ -1,5 +1,5 @@
|
||||||
import
|
import
|
||||||
lexbase, streams, strutils, parseutils, unicode, nre, tables, hashes, options
|
lexbase, streams, strutils, unicode, nre, tables, hashes, options
|
||||||
|
|
||||||
type
|
type
|
||||||
TokenKind* = enum
|
TokenKind* = enum
|
||||||
|
|
Loading…
Reference in New Issue