1
0
Fork 0
forked from s3lph/matemat

Fixed a style error

This commit is contained in:
s3lph 2018-06-27 21:20:36 +02:00
parent f702eccc57
commit 5bb1dfad21

View file

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