Skip to content

Commit

Permalink
Remove useless return
Browse files Browse the repository at this point in the history
  • Loading branch information
mpozniak95 committed Aug 30, 2024
1 parent 8c6c75d commit 23b2736
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def _format_command_args(args):
def _set_span_attribute_if_value(span, name, value):
if value is not None and value != "":
span.set_attribute(name, value)
return


def _value_or_none(values, n):
Expand Down

0 comments on commit 23b2736

Please sign in to comment.