Fix slack_post imports
This commit is contained in:
@@ -13,7 +13,7 @@ from wtforms.form import Form
|
||||
from wtforms.validators import Length
|
||||
|
||||
import const
|
||||
from common import CustomForm, build_query, flatten, format_name, spam
|
||||
from common import CustomForm, build_query, flatten, format_name
|
||||
from oidc import page_oidc, login_required, read_user, do_login
|
||||
|
||||
page_inventory = Blueprint("inventory", __name__)
|
||||
|
Reference in New Issue
Block a user