Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed May 16, 2024
1 parent 53772b2 commit 0cb000d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maus/transformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async def _get_value_pool_mapping(value_pool_entry: ValuePoolEntry):
_get_value_pool_mapping(value_pool_entry) for value_pool_entry in data_element.value_pool
]
for result in await asyncio.gather(*value_pool_mapping_tasks):
edi_to_non_edi_value_mapping.update(result)
edi_to_non_edi_value_mapping.update(result) # type:ignore[arg-type]
return edi_to_non_edi_value_mapping


Expand Down

0 comments on commit 0cb000d

Please sign in to comment.