mirror of
https://github.com/pim-n/pg-rad
synced 2026-03-23 21:58:12 +01:00
change intra-package import statements to have absolute path. this to avoid circular importing. the imports specified in __init__ of each module are only intended to be used outside of src (e.g. tests, API usage).
This commit is contained in:
@ -2,7 +2,7 @@ import logging
|
||||
|
||||
import pandas as pd
|
||||
|
||||
from pg_rad.exceptions import DataLoadError, InvalidCSVError
|
||||
from pg_rad.exceptions.exceptions import DataLoadError, InvalidCSVError
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user