Skip to content

Commit 1e66164

Browse files
committed
fix lint
1 parent 7572d0d commit 1e66164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example-exporter-opentelemetry/oats-tests/agent/service_instance_id_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def main():
2828
}
2929
instance_ids = list(instance_ids)
3030

31-
print(f'Instance ids found:{instance_ids}')
31+
print(f"Instance ids found:{instance_ids}")
3232
if len(instance_ids) > 1:
3333
print("More than one instance id found")
3434
print(res)

0 commit comments

Comments
 (0)