forked from s3lph/matemat
Indentation fixes.
This commit is contained in:
parent
d4e2d6591e
commit
0974e68444
1 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue