From 0974e684448cf30cad6e8e619ec625f52e4fb7d3 Mon Sep 17 00:00:00 2001 From: s3lph Date: Mon, 1 Oct 2018 21:16:25 +0200 Subject: [PATCH] Indentation fixes. --- matemat/webserver/pagelets/statistics.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/matemat/webserver/pagelets/statistics.py b/matemat/webserver/pagelets/statistics.py index 625e996..61aef7c 100644 --- a/matemat/webserver/pagelets/statistics.py +++ b/matemat/webserver/pagelets/statistics.py @@ -11,11 +11,11 @@ from matemat.exceptions import HttpException @pagelet('/statistics') def statistics(method: str, - path: str, - args: RequestArguments, - session_vars: Dict[str, Any], - headers: Dict[str, str], - config: Dict[str, str]) \ + path: str, + args: RequestArguments, + session_vars: Dict[str, Any], + headers: Dict[str, str], + config: Dict[str, str]) \ -> Union[str, bytes, PageletResponse]: """ The statistics page available from the admin panel.