Update tests/test_utils_sendmail.py
Run CI Tests / test (push) Successful in 2m46s

This commit is contained in:
2025-07-30 21:00:47 +02:00
parent 4ba69f91ae
commit e255fe4d24
+1 -2
View File
@@ -1,6 +1,5 @@
import os
import subprocess
import getpass
import tempfile
from email.mime.text import MIMEText
import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))