fixed ruff errors

This commit is contained in:
2025-10-31 20:23:27 -04:00
parent a7c0a58c9a
commit 26cf123357
4 changed files with 12 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
"""foo"""
"""foo."""
import logging
@@ -10,7 +10,6 @@ logger = logging.getLogger(__name__)
def foo() -> None:
"""Foo."""
configure_logger("DEBUG", "FOO")
logger.debug(f"foo {__name__}")
logger.debug("foo")