Fix slack_post imports

This commit is contained in:
2024-07-29 06:01:21 +03:00
parent f817fde37e
commit 7f788a2b47
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import base64
import requests
from pymongo import MongoClient
from flask import Blueprint, abort, g, make_response, redirect, render_template, request, Flask, request, url_for, session
from common import CustomForm, build_query, flatten, format_name, spam
from common import CustomForm, build_query, flatten, format_name
from functools import wraps
page_oidc = Blueprint("oidc", __name__)