Skip to content

Commit

Permalink
Fix Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shiva-menta committed Oct 5, 2024
1 parent e28ecc4 commit b6c9fc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/degree/utils/parse_degreeworks.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ def parse_rulearray(
rules,
parent=parent,
)
elif "elsePart" in rule_req and "ruleArray" in rule_req["elsePart"]: # assume unknown evaluation goes to else
elif "elsePart" in rule_req and "ruleArray" in rule_req["elsePart"]:
# assume unknown evaluation goes to else
parse_rulearray(
rule_req["elsePart"]["ruleArray"],
degree,
Expand Down

0 comments on commit b6c9fc5

Please sign in to comment.