Run make lint

This commit is contained in:
Kevin Chung
2020-04-27 20:13:12 -04:00
parent 48bcd76a86
commit 77af80b538

View File

@@ -3,7 +3,6 @@ import os
import six
from flask import current_app as app
from flask import render_template, render_template_string, request, url_for
from flask_sqlalchemy import Pagination
from CTFd.admin import admin
from CTFd.models import Challenges, Flags, Solves