Indentation fixes.

This commit is contained in:
s3lph 2018-10-01 21:16:25 +02:00
parent d4e2d6591e
commit 0974e68444

View file

@ -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.