fix reexports

This commit is contained in:
2025-11-26 13:21:42 +01:00
parent 92abd38fec
commit d61a314fcc
+3 -3
View File
@@ -11,9 +11,9 @@ from ._metrics import ( # noqa: reexport
) )
from ._metric_base import ( # noqa: reexport from ._metric_base import ( # noqa: reexport
DynamicTimestamp as DynamicTimestamp, DynamicTimestamp as DynamicTimestamp,
MetricFamily, MetricFamily as MetricFamily,
MetricPoint, MetricPoint as MetricPoint,
MetricValueSet, MetricValueSet as MetricValueSet,
Now as Now, Now as Now,
NOW as NOW, NOW as NOW,
) )