Skip to content

Commit 37e5113

Browse files
author
Ben Kehoe
authored
Add MetricsContext and MetricsLogger to top-level imports to make type hints easier (#42)
1 parent c85dcdd commit 37e5113

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aws_embedded_metrics/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@
1313

1414
name = "aws_embedded_metrics"
1515

16-
from aws_embedded_metrics.metric_scope import metric_scope # noqa: F401
16+
from aws_embedded_metrics.metric_scope import metric_scope # noqa: F401 E402
17+
from aws_embedded_metrics.logger.metrics_logger import MetricsLogger # noqa: F401 E402
18+
from aws_embedded_metrics.logger.metrics_context import MetricsContext # noqa: F401 E402

0 commit comments

Comments
 (0)