Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Mar 15, 2023
1 parent 3a1915f commit 0a7688b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-api/src/opentelemetry/propagate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def inject(
propagators.append( # type: ignore
next( # type: ignore
iter( # type: ignore
entry_points( # type: ignore
entry_points( # type: ignore
group="opentelemetry_propagator",
name=propagator,
)
Expand Down

0 comments on commit 0a7688b

Please sign in to comment.