Skip to content

Commit

Permalink
#2723 Importing the correct models
Browse files Browse the repository at this point in the history
  • Loading branch information
sambodeme committed Nov 3, 2023
1 parent 513f734 commit fc3f543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def model_module_path(model, year):
return f"dissemination.workbooklib.census_models.census.Census{model}{year}"
return f"census_historical_migration.workbooklib.census_models.census.Census{model}{year}"


def dynamic_import(mod, year):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from census_historical_migration.workbooklib.sac_creation import _post_upload_pdf
from audit.intake_to_dissemination import IntakeToDissemination

from census_historical_migration.models import (
from dissemination.models import (
AdditionalEin,
AdditionalUei,
CapText,
Expand Down

0 comments on commit fc3f543

Please sign in to comment.