0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-29 13:08:57 +02:00

Remove unused import

This commit is contained in:
Erik Johnston 2015-08-17 13:38:09 +01:00
parent 4d8e1e1f9e
commit d3d582bc1c

View file

@ -19,8 +19,6 @@ from synapse.util.caches import cache_counter, caches_by_name
from twisted.internet import defer
from synapse.util import unwrapFirstError
from blist import sorteddict
import logging
import ujson as json