Moving from relative imports to absolute to enable poetry run python data-pipeline/application.py [command] (#476)

This commit is contained in:
Nat Hillard 2021-08-06 11:41:28 -04:00 committed by GitHub
commit 9d962eb5d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 8 deletions

View file

@ -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__)