ctucx.git: nimjpg

parse jpg file header

commit 98149b48234645420f9ded108ebf9c774b4a81ef
parent 0a72ba7cd4dcbe80b4594becbc81ae4cd5b2f9e2
Author: Isabelle K <hi@f2k1.de>
Date: Sat, 13 Mar 2021 19:51:06 +0100

removed unused imports
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/example_sync.nim b/example_sync.nim
@@ -1,7 +1,5 @@
 import os
 import nimjpg
-import asyncdispatch
-import asyncfile
 import json
 
 var result: cint
diff --git a/nimjpg.nim b/nimjpg.nim
@@ -1,4 +1,3 @@
-import os
 import streams
 import strutils
 import asyncfile