From bc7db592736b16199f4710bc6f5e360dcc67a436 Mon Sep 17 00:00:00 2001
From: jvoisin <julien.voisin@dustri.org>
Date: Sat, 27 Apr 2019 00:24:57 +0200
Subject: [PATCH] Remove an unused dep

---
 tests/test_corrupted_files.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/test_corrupted_files.py b/tests/test_corrupted_files.py
index e9112cf..1331f1c 100644
--- a/tests/test_corrupted_files.py
+++ b/tests/test_corrupted_files.py
@@ -1,7 +1,6 @@
 #!/usr/bin/env python3
 
 import unittest
-from io import BytesIO
 import time
 import shutil
 import os
-- 
GitLab