2 parents e7c221a + 55c5340 commit 6bc35ebCopy full SHA for 6bc35eb
2 files changed
tests/tests_e3/event/main_test.py
@@ -4,7 +4,7 @@
4
import json
5
from pathlib import Path
6
7
-import mock
+from unittest import mock
8
9
import e3.archive
10
import e3.event
tests/tests_e3/net/smtp/main_test.py
from email.utils import make_msgid
from typing import NoReturn
import pytest
import e3.net.smtp
0 commit comments