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
commit ebae420f2f38be300e87e7930f42bdadfcc6095b Author: Sebb <[email protected]> AuthorDate: Mon Jan 10 11:44:36 2022 +0000 Unused --- server/endpoints/stats.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/endpoints/stats.py b/server/endpoints/stats.py index 01513ec..f2134c4 100644 --- a/server/endpoints/stats.py +++ b/server/endpoints/stats.py @@ -28,9 +28,6 @@ import typing import aiohttp.web import time -PYPONY_RE_PREFIX = re.compile(r"^([a-zA-Z]+:\s*)+") - - async def process( server: plugins.server.BaseServer, session: plugins.session.SessionObject, indata: dict, ) -> typing.Union[dict, aiohttp.web.Response]:
