mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 15:00:20 +00:00
Put imports in correct order
This commit is contained in:
@@ -10,13 +10,13 @@ from .app import App
|
||||
from .files import File
|
||||
from .html import HTMLElement, Link, Page, Paragraph
|
||||
from .utils import (
|
||||
authed_ratelimit,
|
||||
local_redirect,
|
||||
needs_params,
|
||||
needs_sign_in,
|
||||
sign_in_snippet,
|
||||
sign_in_page,
|
||||
sign_in,
|
||||
local_redirect,
|
||||
authed_ratelimit,
|
||||
sign_in_page,
|
||||
sign_in_snippet,
|
||||
)
|
||||
from ..database import db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user