From 6dd1e54327057ce6014d6314f99f909faa739149 Mon Sep 17 00:00:00 2001 From: Euan Torano Date: Tue, 21 Jan 2020 22:30:46 +0000 Subject: [PATCH] Remove unused import --- tests/main.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.nim b/tests/main.nim index 58b2cbf..5535845 100644 --- a/tests/main.nim +++ b/tests/main.nim @@ -1,4 +1,4 @@ -import pledge, unittest, os +import pledge, unittest suite "unveil tests": test "can access path that is unveiled":