瀏覽代碼

fix: removed accidential import

Mikael Koli 4 年之前
父節點
當前提交
1b3d19098e
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      redmail/email/sender.py

+ 0 - 1
redmail/email/sender.py

@@ -1,5 +1,4 @@
 
-from asyncio import Future
 from copy import copy
 from email.message import EmailMessage
 from typing import TYPE_CHECKING, Any, Callable, Dict, List, Optional, Union