Skip to content

Commit

Permalink
Fix python lints
Browse files Browse the repository at this point in the history
  • Loading branch information
brizental committed Sep 7, 2020
1 parent 1573761 commit ad2f5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glean-core/python/glean/_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"timing_distribution": metrics.TimingDistributionMetricType,
"uuid": metrics.UuidMetricType,
"jwe": metrics.JweMetricType,
"quantity": metrics.QuantityMetricType
"quantity": metrics.QuantityMetricType,
}


Expand Down

0 comments on commit ad2f5d1

Please sign in to comment.