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 Dec 24, 2024
1 parent fc2a01c commit 1971870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anta/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def setup_logging(level: LogLevel = Log.INFO, file: Path | None = None) -> None:
logging.getLogger("httpx").setLevel(logging.WARNING)

# Add RichHandler for stdout if not already present
if root.hasHandlers():
if root.hasHandlers():
logger.handlers = []

root.
Expand Down

0 comments on commit 1971870

Please sign in to comment.