summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/pure/collections/deques.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/collections/deques.nim b/lib/pure/collections/deques.nim
index a9f8cd3c8..0995b082b 100644
--- a/lib/pure/collections/deques.nim
+++ b/lib/pure/collections/deques.nim
@@ -52,7 +52,7 @@
 ## * `channels module <channels.html>`_ for inter-thread communication
 
 
-import math, typetraits
+import math
 
 type
   Deque*[T] = object