From c3f5188e5e5b7aa44aa387537ee1368d7bb20995 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Mon, 14 Mar 2016 18:18:41 +0100 Subject: [PATCH] Removed unnecessary import --- private/presenter.nim | 2 -- 1 file changed, 2 deletions(-) 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,