From c00678603bb5b72a31ce21e32b1161f39678cb9a Mon Sep 17 00:00:00 2001 From: Sekulum Forka Date: Tue, 11 May 2021 15:52:13 +0200 Subject: [PATCH] imports: Removed the needless strutils module --- src/fsh.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fsh.nim b/src/fsh.nim index 73ce42a..df4e3f5 100644 --- a/src/fsh.nim +++ b/src/fsh.nim @@ -4,7 +4,6 @@ # imports import streams -import strutils import osproc # forward declarations