diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-27 07:53:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-27 07:53:23 +0200 |
commit | 9c6aa465b3533281575aa077dab04c83e2b9c869 (patch) | |
tree | 9738fb65bc5e4a5f24e1a5fca516469b2f1c94d4 /tests/test_compression.py | |
parent | 675af8bd6091ad2aaa53b6ae49bb2a8119d2b18c (diff) | |
download | gemato-9c6aa465b3533281575aa077dab04c83e2b9c869.tar.gz |
test_compression: fix unused imports
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tests/test_compression.py')
-rw-r--r-- | tests/test_compression.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_compression.py b/tests/test_compression.py index 0cb0ea7..0e670b5 100644 --- a/tests/test_compression.py +++ b/tests/test_compression.py @@ -5,8 +5,6 @@ import base64 import io -import tempfile -import unittest import pytest |