0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-01 17:08:19 +02:00

Remove unused import

This commit is contained in:
Brendan Abolivier 2020-01-22 12:30:49 +00:00
parent 67aa18e8dc
commit d9a8728b11
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD

View file

@ -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