forked from s3lph/matemat
Fixed a style error
This commit is contained in:
parent
f702eccc57
commit
5bb1dfad21
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
from typing import Any, Dict, List, Tuple,Union
|
||||
from typing import Any, Dict, List, Tuple, Union
|
||||
|
||||
from matemat.webserver.httpd import HttpHandler
|
||||
from matemat.webserver.test.abstract_httpd_test import AbstractHttpdTest, test_pagelet
|
||||
|
|
Loading…
Reference in a new issue