Code style: Spaces around binary operators

Contributes to issue CURA-7672.
This commit is contained in:
Ghostkeeper 2020-08-27 14:38:40 +02:00
parent 2b4d9f648e
commit a0decbf8c4
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

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