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,7 +0,0 @@
# do not expose internal logger when running mkinit
__ignore__ = ["logger"]
from pg_rad.plotting import landscape_plotter
from pg_rad.plotting.landscape_plotter import (LandscapeSlicePlotter,)
__all__ = ['LandscapeSlicePlotter', 'landscape_plotter']