diff --git a/private/presenter.nim b/private/presenter.nim index 8e7e8ed..cf816dd 100644 --- a/private/presenter.nim +++ b/private/presenter.nim @@ -4,8 +4,6 @@ # See the file "copying.txt", included in this # distribution, for details about the copyright. -import typetraits - type DumperState = enum dBlockExplicitMapKey, dBlockImplicitMapKey, dBlockMapValue,