diff --git a/advlabdb/adminModelViews.py b/advlabdb/adminModelViews.py index 2325a50..fa97298 100644 --- a/advlabdb/adminModelViews.py +++ b/advlabdb/adminModelViews.py @@ -59,7 +59,6 @@ from .advlabdb_independent_funs import ( flashRandomPassword, str_without_semester_formatter, ) -from .assistantModelViews import assistantSpace from .custom_classes import ( SecureAdminBaseView, SecureAdminIndexView, diff --git a/advlabdb/custom_classes.py b/advlabdb/custom_classes.py index ffda51c..ff35de4 100644 --- a/advlabdb/custom_classes.py +++ b/advlabdb/custom_classes.py @@ -12,8 +12,6 @@ from .models import ( Assistant, ExperimentMark, GroupExperiment, - Part, - PartStudent, SemesterExperiment, db, get_count,