From 0cb000d7b8483ef4f37c69551f0c27ec0b84dfeb Mon Sep 17 00:00:00 2001 From: konstantin Date: Thu, 16 May 2024 11:11:37 +0000 Subject: [PATCH] ignore --- src/maus/transformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maus/transformation.py b/src/maus/transformation.py index 33832cd5..a412bc97 100644 --- a/src/maus/transformation.py +++ b/src/maus/transformation.py @@ -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