chores: fix linting

This commit is contained in:
2026-04-18 06:46:10 -04:00
parent d5e6ca1949
commit 293da364a6
2 changed files with 1 additions and 2 deletions

View File

@@ -63,7 +63,6 @@ def _configure_logging(dev: bool) -> None:
all microservice daemons — which redirect stderr to /dev/null — still
produce readable logs. File handler is skipped under pytest.
"""
import logging.handlers as _lh
from decnet.logging.inode_aware_handler import InodeAwareRotatingFileHandler
root = logging.getLogger()