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,10 +0,0 @@
# do not expose internal logger when running mkinit
__ignore__ = ["logger"]
from pg_rad.exceptions import exceptions
from pg_rad.exceptions.exceptions import (ConvergenceError, DataLoadError,
InvalidCSVError, OutOfBoundsError,)
__all__ = ['ConvergenceError', 'DataLoadError', 'InvalidCSVError',
'OutOfBoundsError', 'exceptions']