Remove unused import

CURA-9224
This commit is contained in:
Jaime van Kessel 2022-09-13 11:15:04 +02:00
parent 599fddd6dd
commit aa28f8abfb
No known key found for this signature in database
GPG Key ID: C85F7A3AF1BAA7C4

View File

@ -1,7 +1,6 @@
# Copyright (c) 2021 Ultimaker B.V. # Copyright (c) 2022 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.
import json import json
import copy
from typing import cast, List, Dict from typing import cast, List, Dict
from Charon.VirtualFile import VirtualFile # To open UFP files. from Charon.VirtualFile import VirtualFile # To open UFP files.