mirror of
https://gitlab.com/akasroua/covot
synced 2025-12-24 16:11:55 +01:00
Sort all imports
This commit is contained in:
@@ -6,8 +6,9 @@ mkShell {
|
||||
buildInputs = [
|
||||
python38
|
||||
python38Packages.telethon
|
||||
python38Packages.aiosmtpd
|
||||
python38Packages.pytest
|
||||
python38Packages.isort
|
||||
python38Packages.pyflakes
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
@@ -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