Small fixes

This commit is contained in:
xemeds
2020-07-23 17:07:21 +00:00
parent 23d49a47d2
commit 962f352917
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from flask import render_template, redirect, request, url_for
from flask import render_template, redirect, url_for
from tiny0 import app, db
from tiny0.forms import URLForm
from tiny0.models import URL