diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-01-22 12:30:49 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-01-22 12:30:49 +0000 |
commit | d9a8728b1183c416a89a79856f3b5185386600b2 (patch) | |
tree | 891947bc58bcd2bbde284f94cece8a2ac11672e5 /tests/rest | |
parent | Add tests for thumbnailing (diff) | |
download | synapse-d9a8728b1183c416a89a79856f3b5185386600b2.tar.xz |
Remove unused import
Diffstat (limited to 'tests/rest')
-rw-r--r-- | tests/rest/media/v1/test_media_storage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/media/v1/test_media_storage.py b/tests/rest/media/v1/test_media_storage.py index d80a7daed3..6345cc7637 100644 --- a/tests/rest/media/v1/test_media_storage.py +++ b/tests/rest/media/v1/test_media_storage.py @@ -17,7 +17,7 @@ import os import shutil import tempfile -from binascii import unhexlify, hexlify +from binascii import unhexlify from mock import Mock from six.moves.urllib import parse |