Skip to content

Commit 8b23d09

Browse files
committed
Spacing
1 parent 3cba5ee commit 8b23d09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nodestream/metrics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def tick(self):
9292
"non_fatal_errors", "Number of non-fatal errors", accumulate=True
9393
)
9494
FATAL_ERRORS = Metric("fatal_errors", "Number of fatal errors", accumulate=True)
95-
9695
NODES_UPSERTED = Metric(
9796
"nodes_upserted", "Number of nodes upserted to the graph", accumulate=True
9897
)

0 commit comments

Comments
 (0)