Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Oct 31, 2023
1 parent 038b66f commit 2ebc387
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ def to_creation_time_attributes(
"""
if sampling_relevant_attrs:
output.write(
"\nThe following attributes can be important for making sampling decisions " +
"and SHOULD be provided **at span creation time** (if provided at all):\n\n"
"\nThe following attributes can be important for making sampling decisions "
+ "and SHOULD be provided **at span creation time** (if provided at all):\n\n"
)

for attr in sampling_relevant_attrs:
Expand Down

0 comments on commit 2ebc387

Please sign in to comment.