Skip to content

Commit 0aad49e

Browse files
committed
Remove unused variable
1 parent 9427e7b commit 0aad49e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/galaxy/visualization/plugins/config_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def parse(self, xml_tree):
373373
raise ParsingException("Param entry requires text")
374374

375375
# determine parameter type
376-
returned["type"] = param_type = xml_tree.get("type") or self.DEFAULT_PARAM_TYPE
376+
returned["type"] = xml_tree.get("type") or self.DEFAULT_PARAM_TYPE
377377

378378
# is the parameter required in the template and,
379379
# if not, what is the default value?

0 commit comments

Comments
 (0)