From aa28f8abfb222d435a7d3016dbbfd5a095d49d91 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 13 Sep 2022 11:15:04 +0200 Subject: [PATCH] Remove unused import CURA-9224 --- plugins/UFPWriter/UFPWriter.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/UFPWriter/UFPWriter.py b/plugins/UFPWriter/UFPWriter.py index ce690af36e..367b0fb708 100644 --- a/plugins/UFPWriter/UFPWriter.py +++ b/plugins/UFPWriter/UFPWriter.py @@ -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. import json -import copy from typing import cast, List, Dict from Charon.VirtualFile import VirtualFile # To open UFP files.