From ad2f5d1cc6bcb596e8d049c75d58e70b4a1d1d3d Mon Sep 17 00:00:00 2001 From: brizental Date: Mon, 7 Sep 2020 11:57:45 +0200 Subject: [PATCH] Fix python lints --- glean-core/python/glean/_loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glean-core/python/glean/_loader.py b/glean-core/python/glean/_loader.py index 2d918a7f7c..1b9d4efcb5 100644 --- a/glean-core/python/glean/_loader.py +++ b/glean-core/python/glean/_loader.py @@ -41,7 +41,7 @@ "timing_distribution": metrics.TimingDistributionMetricType, "uuid": metrics.UuidMetricType, "jwe": metrics.JweMetricType, - "quantity": metrics.QuantityMetricType + "quantity": metrics.QuantityMetricType, }