From 179dd8aebffb11ee871542f9bf0c22eac916060c Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 4 Nov 2021 13:32:14 +0000 Subject: [PATCH] Gateway: typing: stats() --- src/eddn/Gateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eddn/Gateway.py b/src/eddn/Gateway.py index c0636aa..5e29da0 100644 --- a/src/eddn/Gateway.py +++ b/src/eddn/Gateway.py @@ -322,7 +322,7 @@ def health_check() -> str: @app.route('/stats/', method=['OPTIONS', 'GET']) -def stats(): +def stats() -> str: """ Return some stats about the Gateway's operation so far.