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')
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue