Skip to content

Commit

Permalink
Update moocfi_cses.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
madeddie and coderabbitai[bot] committed May 12, 2024
1 parent 8978e61 commit b16aeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moocfi_cses.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def parse_form(html: AnyStr, xpath: str = ".//form") -> dict[str, str | None]:

class TaskState(Enum):
COMPLETE = "complete"
INCOMPLETE = "incompletE"
INCOMPLETE = "incomplete"


TASK_STATE_ICON = {
Expand Down

0 comments on commit b16aeab

Please sign in to comment.