mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Add missing typing
CURA-6627
This commit is contained in:
parent
52ce106399
commit
06ccd882e1
2 changed files with 4 additions and 2 deletions
|
@ -80,7 +80,8 @@ class ThreeMFWorkspaceWriter(WorkspaceWriter):
|
|||
mesh_writer.setStoreArchive(False)
|
||||
return True
|
||||
|
||||
def _writePluginMetadataToArchive(self, archive):
|
||||
@staticmethod
|
||||
def _writePluginMetadataToArchive(archive: zipfile.ZipFile) -> None:
|
||||
file_name_template = "%s/plugin_metadata.json"
|
||||
|
||||
for plugin_id, metadata in Application.getInstance().getWorkspaceMetadataStorage().getAllData().items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue