@@ -19,19 +19,15 @@ def glean_probe_defn():
1919 "first" : "2019-04-12 13:44:13" ,
2020 "last" : "2019-08-08 15:34:03" ,
2121 },
22- "send_in_pings" : [
23- "metrics" ,
24- ],
22+ "send_in_pings" : ["metrics" ],
2523 },
2624 {
2725 "description" : "Glean test description" ,
2826 "dates" : {
2927 "first" : "2019-08-08 15:34:14" ,
3028 "last" : "2019-08-08 15:45:14" ,
3129 },
32- "send_in_pings" : [
33- "all-pings" ,
34- ],
30+ "send_in_pings" : ["all-pings" ],
3531 },
3632 ],
3733 "name" : "glean.error.invalid_value" ,
@@ -48,18 +44,14 @@ def glean_probe_defn_subset_pings():
4844 "first" : "2019-04-12 13:44:13" ,
4945 "last" : "2019-08-08 15:34:03" ,
5046 },
51- "send_in_pings" : [
52- "metrics" ,
53- ],
47+ "send_in_pings" : ["metrics" ],
5448 },
5549 {
5650 "dates" : {
5751 "first" : "2019-08-08 15:34:14" ,
5852 "last" : "2019-08-08 15:45:14" ,
5953 },
60- "send_in_pings" : [
61- "baseline" ,
62- ],
54+ "send_in_pings" : ["baseline" ],
6355 },
6456 ],
6557 "name" : "glean.error.invalid_value" ,
@@ -138,17 +130,11 @@ def main_probe_defn():
138130 "versions" : {"first" : "65" , "last" : "68" },
139131 },
140132 {
141- "details" : {
142- "keyed" : False ,
143- "kind" : "string" ,
144- },
133+ "details" : {"keyed" : False , "kind" : "string" },
145134 "versions" : {"first" : "61" , "last" : "64" },
146135 },
147136 {
148- "details" : {
149- "keyed" : False ,
150- "kind" : "string" ,
151- },
137+ "details" : {"keyed" : False , "kind" : "string" },
152138 "versions" : {"first" : "55" , "last" : "60" },
153139 },
154140 ],
@@ -172,7 +158,7 @@ def main_probe_all_childs_defn():
172158 },
173159 "versions" : {"first" : "67" , "last" : "70" },
174160 }
175- ],
161+ ]
176162 },
177163 "name" : "a11y.instantiators" ,
178164 "type" : "scalar" ,
@@ -201,7 +187,7 @@ def main_probe_all_childs_and_main_defn():
201187 },
202188 "versions" : {"first" : "62" , "last" : "66" },
203189 },
204- ],
190+ ]
205191 },
206192 "name" : "a11y.instantiators" ,
207193 "type" : "scalar" ,
@@ -223,7 +209,7 @@ def main_probe_all_defn():
223209 },
224210 "versions" : {"first" : "67" , "last" : "70" },
225211 }
226- ],
212+ ]
227213 },
228214 "name" : "a11y.instantiators" ,
229215 "type" : "scalar" ,
@@ -245,7 +231,7 @@ def main_probe_max_description_length():
245231 },
246232 "versions" : {"first" : "67" , "last" : "70" },
247233 }
248- ],
234+ ]
249235 },
250236 "name" : "a11y.instantiators" ,
251237 "type" : "scalar" ,
0 commit comments