Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydawka committed Jul 24, 2024
1 parent 1d60710 commit 1d3ab5a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions invitation/invitation.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
from flask_mailman import EmailMessage
from flask import render_template, Response
import os
import importlib
import datetime
from flask import render_template
import config
from datetime import timezone
from azure.communication.email import EmailClient
import templates
import jwt

from flask import g, request


def azure_email_connection(html_content, subject: str, to: str):
Expand Down

0 comments on commit 1d3ab5a

Please sign in to comment.