Remove unused import

CURA-9221
This commit is contained in:
joeydelarago 2022-08-26 09:00:17 +02:00
parent a6f459b0f6
commit 0993dc99f9

View File

@ -1,6 +1,5 @@
# Copyright (c) 2019 Ultimaker B.V. # Copyright (c) 2019 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 enum import Enum
from typing import Optional from typing import Optional
from ..BaseModel import BaseModel from ..BaseModel import BaseModel