Fix some code style

Please, people, adhere to our code style.
This commit is contained in:
Ghostkeeper 2019-02-08 11:01:09 +01:00
parent 2519ad311b
commit eb3129815d
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276
2 changed files with 15 additions and 14 deletions

View File

@ -1,5 +1,6 @@
# Copyright (c) 2018 Ultimaker B.V.
# Copyright (c) 2019 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from typing import Optional, Callable, Tuple, Dict, Any, List, TYPE_CHECKING
from http.server import BaseHTTPRequestHandler

View File

@ -1,4 +1,4 @@
# Copyright (c) 2018 Ultimaker B.V.
# Copyright (c) 2019 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from typing import Optional