mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 03:25:53 +03:00
Remove unused import
This commit is contained in:
parent
67aa18e8dc
commit
d9a8728b11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue