Fix broken import

Oops.

Contributes to issue CURA-5330.
This commit is contained in:
Ghostkeeper 2018-06-04 12:59:44 +02:00
parent 68ddf443a1
commit 360d4f14e4
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -1,7 +1,7 @@
# Copyright (c) 2018 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from copy import deepcopy
from typing import List
from typing import List, Optional
from UM.Application import Application
from UM.Math.AxisAlignedBox import AxisAlignedBox