mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 06:24:23 +01:00
Fix lints
This commit is contained in:
@@ -2,9 +2,8 @@ from flask import render_template, request, url_for
|
|||||||
from sqlalchemy.sql import not_
|
from sqlalchemy.sql import not_
|
||||||
|
|
||||||
from CTFd.admin import admin
|
from CTFd.admin import admin
|
||||||
from CTFd.models import Challenges, Teams, Tracking, db
|
from CTFd.models import Challenges, Teams, Tracking
|
||||||
from CTFd.utils.decorators import admins_only
|
from CTFd.utils.decorators import admins_only
|
||||||
from CTFd.utils.helpers import get_errors
|
|
||||||
|
|
||||||
|
|
||||||
@admin.route("/admin/teams")
|
@admin.route("/admin/teams")
|
||||||
|
|||||||
Reference in New Issue
Block a user