Commit 99c29830 authored by Eelco van der Wel's avatar Eelco van der Wel 💬
Browse files

bugfix: pluginRun incorrect type annotation

parent 263c0b2e
Showing with 1 addition and 1 deletion
+1 -1
......@@ -82,7 +82,7 @@ class PluginRun(Item):
self.targetItemId: Optional[str] = id_
self.error: Optional[str] = error
self.settings: Optional[str] = settings
self.progress: Optional[str] = progress
self.progress: Optional[float] = progress
# Edges
self.plugin: list = plugin if plugin is not None else []
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment