mirror of
https://gitlab.com/akasroua/covot
synced 2025-12-25 00:21:56 +01:00
Sort all imports
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from email.message import EmailMessage
|
||||
from smtplib import SMTP_SSL
|
||||
from constants import DOMAIN, USERNAME, PASSWORD
|
||||
from secrets import token_hex
|
||||
from smtplib import SMTP_SSL
|
||||
|
||||
from constants import DOMAIN, PASSWORD, USERNAME
|
||||
|
||||
|
||||
def initialize_smtp(domain, username, password):
|
||||
|
||||
Reference in New Issue
Block a user