Skip to content

Commit 825c727

Browse files
do not change implementation final
1 parent 99f1ff4 commit 825c727

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opentelemetry-api/src/opentelemetry/util/_providers.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def _load_provider(
3838

3939
return cast(
4040
Provider,
41-
next(
42-
iter(
43-
entry_points(
41+
next( # type: ignore
42+
iter( # type: ignore
43+
entry_points( # type: ignore
4444
group=f"opentelemetry_{provider}",
4545
name=provider_name,
4646
)

0 commit comments

Comments
 (0)