Skip to content

Commit 286f7e2

Browse files
committed
format
1 parent e71f64c commit 286f7e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ci/metrics/metrics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ def buildkite_get_builds_up_to(buildkite_token, last_cursor=None):
144144
# - the last processed build.
145145
# - the last build if no initial cursor was provided.
146146
def buildkite_get_metrics(buildkite_token, last_cursor=None):
147-
148147
builds = buildkite_get_builds_up_to(buildkite_token, last_cursor)
149148
# Don't return any metrics if last_cursor is None.
150149
# This happens when the program starts.

0 commit comments

Comments
 (0)