ctucx.git: nimgit

[nimlang] nim-wrapper for libgit2

commit f78319afddb5031a048feccf6855342d7a42bd8b
parent ca7f01e88a829023e92d047d7a4537dea2c13a28
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 23 Mar 2021 20:23:31 +0100

remove unused imports
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/showLastCommit.nim b/showLastCommit.nim
@@ -1,4 +1,4 @@
-import os, times, bitops
+import os, times
 import nimgit
 
 if paramCount() == 0: