mirror of https://github.com/JohnHammond/CTFd.git
Run make lint
parent
48bcd76a86
commit
77af80b538
|
@ -3,7 +3,6 @@ import os
|
||||||
import six
|
import six
|
||||||
from flask import current_app as app
|
from flask import current_app as app
|
||||||
from flask import render_template, render_template_string, request, url_for
|
from flask import render_template, render_template_string, request, url_for
|
||||||
from flask_sqlalchemy import Pagination
|
|
||||||
|
|
||||||
from CTFd.admin import admin
|
from CTFd.admin import admin
|
||||||
from CTFd.models import Challenges, Flags, Solves
|
from CTFd.models import Challenges, Flags, Solves
|
||||||
|
|
Loading…
Reference in New Issue