Skip to content

Commit

Permalink
ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaviavi committed Dec 29, 2024
1 parent 12949b3 commit c3d56ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scarf/event_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(
})

if self.verbose:
print(f"Scarf Logger Configuration:")
print("Scarf Logger Configuration:")
print(f" Endpoint URL: {self.endpoint_url}")
print(f" Timeout: {self.timeout}s")
print(f" User-Agent: {self.session.headers['User-Agent']}")
Expand Down

0 comments on commit c3d56ba

Please sign in to comment.