Skip to content
Snippets Groups Projects
Commit 55c63dcb authored by Eliott Sammier's avatar Eliott Sammier
Browse files

Remove unused variable

parent d19eeb19
No related branches found
No related tags found
1 merge request!1Main
......@@ -313,7 +313,7 @@ class RegexParser(JSParser):
raise ParseError("Failed to find function 'entrerDonnees'")
body = func_split[1]
activity, activity_var_name = self._parse_activity_constructor(body)
activity, _ = self._parse_activity_constructor(body)
if isinstance(activity, ExerciceQC):
# Parse correct answers
self._parse_qc_answers(body, activity)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment