Fix missing synapse metrics import

pull/4534/head
Andrew Morgan 2019-01-23 15:26:03 +00:00 committed by aphrodite
parent 7da659dd6d
commit 4777836b83
1 changed files with 1 additions and 0 deletions

View File

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