This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new f437f9c Unused imports
f437f9c is described below
commit f437f9c40ed5aff7b7761f05585bcc3304b8262d
Author: Sebb <[email protected]>
AuthorDate: Fri Jun 4 14:35:20 2021 +0100
Unused imports
---
server/endpoints/stats.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/server/endpoints/stats.py b/server/endpoints/stats.py
index 40746b7..185866a 100644
--- a/server/endpoints/stats.py
+++ b/server/endpoints/stats.py
@@ -23,9 +23,7 @@ import plugins.mbox
import plugins.defuzzer
import plugins.offloader
import re
-import collections
import email.utils
-import typing
PYPONY_RE_PREFIX = re.compile(r"^([a-zA-Z]+:\s*)+")