mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 15:00:20 +00:00
Import needs_params in maqpy init
This commit is contained in:
@@ -9,7 +9,7 @@ from . import html
|
||||
from .app import App
|
||||
from .files import File
|
||||
from .html import HTMLElement, Link, Page, Paragraph
|
||||
from .utils import needs_signin, sign_in_snippet, signin
|
||||
from .utils import needs_params, needs_signin, sign_in_snippet, signin
|
||||
from ..database import db
|
||||
|
||||
auth = LocalProxy(lambda: flask.request.auth)
|
||||
|
||||
Reference in New Issue
Block a user