Fix missing synapse metrics import
parent
7da659dd6d
commit
4777836b83
|
|
@ -14,6 +14,7 @@
|
|||
# limitations under the License.
|
||||
|
||||
import logging
|
||||
import synapse.metrics
|
||||
|
||||
from six import iteritems
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue