mirror of
https://github.com/pim-n/pg-rad
synced 2026-05-14 04:48:11 +02:00
clean up imports and remove hard-coded __init__ refs
This commit is contained in:
@ -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']
|
||||
|
||||
Reference in New Issue
Block a user