summary refs log tree commit diff stats
path: root/lib/pure
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure')
-rw-r--r--lib/pure/collections/tables.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/collections/tables.nim b/lib/pure/collections/tables.nim
index f817ec800..d1ed7586a 100644
--- a/lib/pure/collections/tables.nim
+++ b/lib/pure/collections/tables.nim
@@ -16,7 +16,7 @@
 ## ``shallowADT`` to compile a version that uses shallow copies instead.
 
 import
-  os, hashes, math
+  hashes, math
 
 when defined(shallowADT):
   {.pragma: myShallow, shallow.}