Skip to content

Commit 4d6ae6a

Browse files
committed
Rebase
Signed-off-by: Raul Sevilla <[email protected]>
1 parent 31f60e3 commit 4d6ae6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fmatch/matcher.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def get_agg_metric_query(
248248
self, uuids: List[str],
249249
index: str,
250250
metrics: Dict[str, Any],
251-
timestamp_field: str="timestamp"):
251+
timestamp_field: str = "timestamp"):
252252
"""burner_metric_query will query for specific metrics data.
253253
254254
Args:
@@ -269,7 +269,7 @@ def get_agg_metric_query(
269269
query = Q(
270270
"bool",
271271
must=[
272-
Q("terms", **{self.uuid_field +".keyword": uuids}),
272+
Q("terms", **{self.uuid_field + ".keyword": uuids}),
273273
metric_query,
274274
],
275275
)

0 commit comments

Comments
 (0)