Skip to content
Snippets Groups Projects
Commit b8f1c594 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Misc: Fix pylint error

parent 49746318
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ def parse_oob(properties, additional_data):
def parse_correction(properties):
if not properties.is_correction:
return
return None
return properties.correction.id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment