5 lines
228 B
Python
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
|