Skip to content

Commit

Permalink
Fix linter problems
Browse files Browse the repository at this point in the history
  • Loading branch information
mpozniak95 committed Aug 29, 2024
1 parent 7b5bd19 commit a9e5afc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def _add_create_attributes(span, args):
for index in range(len(schema)):
if schema[index] in field_types:
field_attribute += (
f"Field(name: {schema[index-1]}, type: {schema[index]});"
f"Field(name: {schema[index - 1]}, type: {schema[index]});"
)
_set_span_attribute(
span,
Expand Down

0 comments on commit a9e5afc

Please sign in to comment.