diff --git a/tests/testasyncstream.nim b/tests/testasyncstream.nim index 9eb36f2..be40a4b 100644 --- a/tests/testasyncstream.nim +++ b/tests/testasyncstream.nim @@ -6,7 +6,6 @@ # Apache License, version 2.0, (LICENSE-APACHEv2) # MIT license (LICENSE-MIT) import strutils, unittest, os -import hexdump import ../chronos suite "AsyncStream test suite":