mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 14:31:16 -07:00
Moving from relative imports to absolute to enable poetry run python data-pipeline/application.py [command] (#476)
This commit is contained in:
parent
45a8b1c026
commit
9d962eb5d9
3 changed files with 14 additions and 8 deletions
|
@ -8,7 +8,7 @@ import geopandas as gpd
|
|||
from data_pipeline.etl.base import ExtractTransformLoad
|
||||
from data_pipeline.utils import get_module_logger, unzip_file_from_url
|
||||
|
||||
from .etl_utils import get_state_fips_codes
|
||||
from data_pipeline.etl.sources.census.etl_utils import get_state_fips_codes
|
||||
|
||||
logger = get_module_logger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue