Skip to content

Commit

Permalink
fix: add xblock 2.0 support (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram authored Apr 1, 2024
1 parent 4b8c1b6 commit bdbed63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edx_sga/sga.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def file_size_over_limit(cls, file_obj):
return file_obj.tell() > cls.student_upload_max_size()

@classmethod
def parse_xml(cls, node, runtime, keys, id_generator):
def parse_xml(cls, node, runtime, keys):
# pylint: disable=arguments-differ,unused-argument
"""
Override default serialization to handle <solution /> elements
Expand Down

0 comments on commit bdbed63

Please sign in to comment.