Skip to content

Commit

Permalink
fix: pylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed May 10, 2024
1 parent a3e7f4b commit 1a8ee1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eox_hooks/edxapp_wrapper/backends/models_l_v1.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""
Simple backend that returns the platform's models
"""
from lms.djangoapps.certificates.models import GeneratedCertificate # pylint: disable=C0415, E0401
from common.djangoapps.student.models import UserProfile # pylint: disable=C0415, E0401
from lms.djangoapps.certificates.models import GeneratedCertificate # pylint: disable=C0415, E0401


def get_certificate_model():
Expand Down

0 comments on commit 1a8ee1f

Please sign in to comment.