Skip to content

Commit c0141b8

Browse files
One more type hint to indicate None return
1 parent 46e67bf commit c0141b8

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-instrumentation/src/opentelemetry/instrumentation/auto_instrumentation

1 file changed

+1
-1
lines changed

opentelemetry-instrumentation/src/opentelemetry/instrumentation/auto_instrumentation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def run() -> None:
118118
execl(executable, executable, *args.command_args)
119119

120120

121-
def initialize(*, swallow_exceptions: bool = True):
121+
def initialize(*, swallow_exceptions: bool = True) -> None:
122122
"""
123123
Setup auto-instrumentation, called by the sitecustomize module
124124

0 commit comments

Comments
 (0)