Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 3, 2025
1 parent c88e5ec commit d3390d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distilabel/utils/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def setup_logging(
)
log_level = "INFO"

root_logger = logging.getLogger('distilabel.root')
root_logger = logging.getLogger("distilabel.root")
root_logger.handlers.clear()

if log_queue is not None:
Expand Down

0 comments on commit d3390d0

Please sign in to comment.