Rearrange imports

This commit is contained in:
Scoder12
2020-07-28 12:07:39 -07:00
parent a4c394cdf4
commit b53503cb95
+1 -1
View File
@@ -6,7 +6,7 @@ from werkzeug.local import LocalProxy
from . import html
from .app import App
from .html import HTMLElement, Paragraph, Link, Page
from .html import HTMLElement, Link, Page, Paragraph
from .utils import sign_in_snippet, signin
from ..database import db