mirror of https://github.com/JohnHammond/CTFd.git
Remove unused import
parent
449e0d8939
commit
7fbcf9793b
|
@ -9,7 +9,6 @@ from CTFd.models import Challenges, Flags, Solves
|
|||
from CTFd.plugins.challenges import get_chal_class
|
||||
from CTFd.utils import binary_type
|
||||
from CTFd.utils.decorators import admins_only
|
||||
from CTFd.utils.helpers import get_errors
|
||||
|
||||
|
||||
@admin.route("/admin/challenges")
|
||||
|
|
Loading…
Reference in New Issue