Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TEST Account
pymemri
Commits
99c29830
Commit
99c29830
authored
3 years ago
by
Eelco van der Wel
💬
Browse files
Options
Download
Email Patches
Plain Diff
bugfix: pluginRun incorrect type annotation
parent
263c0b2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pymemri/data/schema.py
+1
-1
pymemri/data/schema.py
with
1 addition
and
1 deletion
+1
-1
pymemri/data/schema.py
+
1
-
1
View file @
99c29830
...
...
@@ -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
[]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment