Skip to content

Commit

Permalink
fix: fix code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
Talha-Rizwan committed Dec 27, 2023
1 parent 4652099 commit cdb74ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx_cmi5_xblock/openedx_cmi5_xblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from webob import Response
from xblock.completable import CompletableXBlockMixin
from xblock.core import XBlock
from xblock.fields import Boolean, DateTime, Dict, Float, Integer, Scope, String, List
from xblock.fields import Boolean, DateTime, Dict, Float, Integer, List, Scope, String
from xblock.fragment import Fragment

from openedx_cmi5_xblock.utils.utility import (
Expand Down

0 comments on commit cdb74ea

Please sign in to comment.