Skip to content

Commit

Permalink
FIX: correct annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhodygo committed May 26, 2023
1 parent df5dc12 commit 1326aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mortality_module/utils/usoc/usoc_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'sf4b', 'sf5', 'sf6a', 'sf6b', 'sf6c', 'sf7', 'scflag_dv', 'jbft_dv',
'sclfsato', 'finnow']

USOC_NAME_MAP: Final[Annotated[Dict[str, List[str]], 6]] = {
USOC_NAME_MAP: Final[Annotated[Dict[str, str], 56]] = {
'hidp': 'id_household',
'pidp': 'id_person',
'ppid': 'id_partner',
Expand Down

0 comments on commit 1326aa4

Please sign in to comment.