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 6f3fbfd commit b51a385
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
@@ -1,4 +1,4 @@
investigation_sections_mapping: dict[str, dict[str, str]] = {
investigation_sections_mapping: dict = {
'ontology_sources': {
'current_section_key': 'ONTOLOGY SOURCE REFERENCE',
'next_section_key': 'INVESTIGATION'
Expand All @@ -18,7 +18,7 @@
}


def get_investigation_base_output() -> dict[str, list]:
def get_investigation_base_output() -> dict:
return {
'studies': [],
's_design_descriptors': [],
Expand Down

0 comments on commit b51a385

Please sign in to comment.