Skip to content

Commit 1aaa7db

Browse files
authored
Update sdk/basyx/aas/adapter/aasx.py
1 parent f4a73c0 commit 1aaa7db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/basyx/aas/adapter/aasx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def _collect_supplementary_files(self, part_name: str, root_element: Union[model
290290
element.value = final_name
291291

292292
def _add_supplementary_file(self, part_name: str, file_path: str,
293-
file_store: "AbstractSupplementaryFileContainer") -> Union[str, None]:
293+
file_store: "AbstractSupplementaryFileContainer") -> Optional[str]:
294294
"""
295295
Helper function to extract a single referenced supplementary file and return the absolute path within the AASX package.
296296

0 commit comments

Comments
 (0)