Skip to content

Commit 8c64adb

Browse files
committed
lint fix
1 parent 4b7bb0e commit 8c64adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/aws_opentelemetry_configurator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def _configure(self, **kwargs):
138138
# The OpenTelemetry Authors code
139139
# Long term, we wish to contribute this to upstream to improve initialization customizability and reduce dependency on
140140
# internal logic.
141-
def _initialize_components(setup_logging_handler: bool | None = None):
141+
def _initialize_components(setup_logging_handler: Optional[bool] = None):
142142
trace_exporters, metric_exporters, log_exporters = _import_exporters(
143143
_get_exporter_names("traces"),
144144
_get_exporter_names("metrics"),

0 commit comments

Comments
 (0)