Skip to content

Commit 366a85e

Browse files
author
Andrei Neagu
committed
remove comment
1 parent 3d22067 commit 366a85e

File tree

1 file changed

+1
-1
lines changed
  • services/director-v2/src/simcore_service_director_v2/modules/instrumentation

1 file changed

+1
-1
lines changed

services/director-v2/src/simcore_service_director_v2/modules/instrumentation/_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def __post_init__(self) -> None:
8888
"time to pull docker images",
8989
labelnames=_INSTRUMENTATION_LABELS,
9090
namespace=_METRICS_NAMESPACE,
91-
buckets=_BUCKETS_TIME_S, # SAN: the previous version was wrong, am I correct?
91+
buckets=_BUCKETS_TIME_S,
9292
subsystem=self.subsystem,
9393
registry=self.registry,
9494
)

0 commit comments

Comments
 (0)