From f333bb00c53f1a6284234886c015e2775259322d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Casaj=C3=BAs?= Date: Mon, 11 Apr 2022 10:19:25 +0200 Subject: [PATCH] fix import --- app/handler/dmarc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/handler/dmarc.py b/app/handler/dmarc.py index 24e39550..8ba6d0a9 100644 --- a/app/handler/dmarc.py +++ b/app/handler/dmarc.py @@ -1,6 +1,6 @@ import uuid from io import BytesIO -from typing import Optional, Tuple, Union +from typing import Optional, Tuple from aiosmtpd.handlers import Message from aiosmtpd.smtp import Envelope