You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/06/06 10:43:11 UTC

[incubator-ponymail-foal] branch master updated: add missing dep

This is an automated email from the ASF dual-hosted git repository.

humbedooh 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 711b2e7  add missing dep
711b2e7 is described below

commit 711b2e78ea98147f71487bfa66c5846c366eda8a
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Jun 6 12:43:05 2021 +0200

    add missing dep
---
 server/endpoints/stats.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/endpoints/stats.py b/server/endpoints/stats.py
index 2f2c867..18d97a5 100644
--- a/server/endpoints/stats.py
+++ b/server/endpoints/stats.py
@@ -24,6 +24,7 @@ import plugins.defuzzer
 import plugins.offloader
 import re
 import email.utils
+import aiohttp.web
 
 PYPONY_RE_PREFIX = re.compile(r"^([a-zA-Z]+:\s*)+")