File tree 1 file changed +3
-3
lines changed
opentelemetry-instrumentation/src/opentelemetry/instrumentation/auto_instrumentation
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
from logging import getLogger
19
19
from os import environ , execl , getcwd
20
20
from os .path import abspath , dirname , pathsep
21
- from shutil import which
22
21
from re import sub
22
+ from shutil import which
23
23
24
24
from pkg_resources import iter_entry_points
25
25
@@ -44,7 +44,7 @@ def run() -> None:
44
44
45
45
These optional arguments will override the current value of the
46
46
corresponding environment variable during the execution of the command.
47
- """
47
+ """ ,
48
48
)
49
49
50
50
argument_otel_environment_variable = {}
@@ -61,7 +61,7 @@ def run() -> None:
61
61
argument = sub (r"OTEL_(PYTHON_)?" , "" , attribute ).lower ()
62
62
63
63
parser .add_argument (
64
- f' --{ argument } ' ,
64
+ f" --{ argument } " ,
65
65
required = False ,
66
66
)
67
67
argument_otel_environment_variable [argument ] = attribute
You can’t perform that action at this time.
0 commit comments