Fix missing synapse metrics import

This commit is contained in:
Andrew Morgan 2019-01-23 15:26:03 +00:00 committed by aphrodite
parent 7da659dd6d
commit 4777836b83

View file

@ -14,6 +14,7 @@
# limitations under the License.
import logging
import synapse.metrics
from six import iteritems