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') @pagelet('/statistics')
def statistics(method: str, def statistics(method: str,
path: str, path: str,
args: RequestArguments, args: RequestArguments,
session_vars: Dict[str, Any], session_vars: Dict[str, Any],
headers: Dict[str, str], headers: Dict[str, str],
config: Dict[str, str]) \ config: Dict[str, str]) \
-> Union[str, bytes, PageletResponse]: -> Union[str, bytes, PageletResponse]:
""" """
The statistics page available from the admin panel. The statistics page available from the admin panel.