mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
fixed ruff errors
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user