mirror of
https://github.com/pim-n/pg-rad
synced 2026-05-14 06:18:11 +02:00
clean up imports and remove hard-coded __init__ refs
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
# do not expose internal logger when running mkinit
|
||||
__ignore__ = ["logger"]
|
||||
|
||||
from pg_rad.dataloader import dataloader
|
||||
|
||||
from pg_rad.dataloader.dataloader import (load_data,)
|
||||
|
||||
__all__ = ['dataloader', 'load_data']
|
||||
|
||||
Reference in New Issue
Block a user