feat: TNL-10136 course_enrollment.py hygiene
inclusion in __init__ docstring
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
'''
|
||||
Student models migrated to folder to tease out the course enrollment aspects from Student
|
||||
'''
|
||||
from .student import *
|
||||
from .user import *
|
||||
from .course_enrollment import *
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
"""Models for course enrollment"""
|
||||
import hashlib # lint-amnesty, pylint: disable=wrong-import-order
|
||||
import logging # lint-amnesty, pylint: disable=wrong-import-order
|
||||
import uuid # lint-amnesty, pylint: disable=wrong-import-order
|
||||
|
||||
Reference in New Issue
Block a user