From 61bcf3588abdce698fcdf0a59ded89425f1269a5 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Wed, 28 Sep 2022 21:22:19 -0700 Subject: [PATCH] Apparently this is redundant. Discovered by running `nim doc joy.nim`, compiling doesn't flag it. --- implementations/Nim/joy.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/Nim/joy.nim b/implementations/Nim/joy.nim index 3216671..8a12d4c 100644 --- a/implementations/Nim/joy.nim +++ b/implementations/Nim/joy.nim @@ -1,4 +1,4 @@ -import rdstdin, streams, strutils +import rdstdin, strutils import bigints, fp