clean up imports and remove hard-coded __init__ refs

This commit is contained in:
Pim Nelissen
2026-03-12 14:34:40 +01:00
parent 1dc553d2e2
commit 1e81570cf4
12 changed files with 1 additions and 73 deletions

View File

@ -1,5 +0,0 @@
from pg_rad.logger import logger
from pg_rad.logger.logger import (setup_logger,)
__all__ = ['logger', 'setup_logger']