Skip to content

Commit

Permalink
trying to fix import errors for setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ooemperor committed Feb 18, 2024
1 parent e39dfcb commit b809804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions codeGrader/frontend/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
Init file for the frontend grader
"""
from .app import admin_frontend
from . import templates
2 changes: 1 addition & 1 deletion codeGrader/frontend/admin/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from flask_login import LoginManager, login_user, login_required, logout_user
from typing import Union
from codeGrader.frontend.config import config
#from codeGrader.frontend.admin import templates
from codeGrader.frontend.admin import templates
from codeGrader.frontend.admin.handlers import AdminUserLoginHandler, AdminSessionHandler, SessionAdmin, \
UserListHandler, UserHandler, HomeHandler, AdminListHandler, AdminHandler, ProfileListHandler, \
ProfileHandler, SubjectListHandler, SubjectHandler, TaskHandler, TaskListHandler, ExerciseHandler, \
Expand Down

0 comments on commit b809804

Please sign in to comment.