Skip to content

Commit

Permalink
update signature of mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
terazus committed Mar 19, 2024
1 parent ae433ec commit 6f3fbfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isatools/isatab/load/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_investigation_base_output() -> dict[str, list]:
}


study_sections_mapping: dict[str, dict[str, str]] = {
study_sections_mapping: dict = {
'studies': {
'current_section_key': 'STUDY',
'next_section_key': 'STUDY DESIGN DESCRIPTORS'
Expand Down Expand Up @@ -59,4 +59,4 @@ def get_investigation_base_output() -> dict[str, list]:
'current_section_key': 'STUDY CONTACTS',
'next_section_key': 'STUDY'
}
}
}

0 comments on commit 6f3fbfd

Please sign in to comment.