Files
edx-platform/lms/djangoapps/student_account/helpers.py
Renzo Lucioni 8d02efb021 Clean up pep8 and pylint violations
Also fixes failing Python unit tests
2014-11-12 12:55:56 -05:00

5 lines
228 B
Python

"""Helper functions for the student account app. """
# TODO: move this function here instead of importing it from student # pylint: disable=fixme
from student.helpers import auth_pipeline_urls # pylint: disable=unused-import