From 3874684efdedb66366c7169704a881bda0208ae5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 10:44:28 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- binderhub/builder.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/binderhub/builder.py b/binderhub/builder.py index 6421d55a0..a583c3496 100644 --- a/binderhub/builder.py +++ b/binderhub/builder.py @@ -562,7 +562,9 @@ def _check_result(future): BUILD_TIME.labels(status="success").observe( time.perf_counter() - build_starttime ) - BUILD_COUNT.labels(status="success", **self.repo_metric_labels).inc() + BUILD_COUNT.labels( + status="success", **self.repo_metric_labels + ).inc() done = True elif progress.payload == ProgressEvent.BuildStatus.RUNNING: # start capturing build logs once the pod is running