aboutsummaryrefslogtreecommitdiff
path: root/mu4web/mu.py
diff options
context:
space:
mode:
Diffstat (limited to 'mu4web/mu.py')
-rw-r--r--mu4web/mu.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/mu4web/mu.py b/mu4web/mu.py
index 0029870..f101245 100644
--- a/mu4web/mu.py
+++ b/mu4web/mu.py
@@ -11,9 +11,7 @@ import xml.dom.minidom
import xml.dom
from typing import (
- Literal,
Optional,
- Union,
)
parser = BytesParser(policy=email.policy.default)
@@ -62,8 +60,6 @@ class MuError(Exception):
return repr(self)
-
-
def search(query: str,
sortfield: Optional[str] = 'subject',
reverse: bool = False) -> list[dict[str, str]]: