Skip to content

Commit 23b2736

Browse files
committed
Remove useless return
1 parent 8c6c75d commit 23b2736

File tree

1 file changed

+0
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis

1 file changed

+0
-1
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis/util.py

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def _format_command_args(args):
7373
def _set_span_attribute_if_value(span, name, value):
7474
if value is not None and value != "":
7575
span.set_attribute(name, value)
76-
return
7776

7877

7978
def _value_or_none(values, n):

0 commit comments

Comments
 (0)