From 0993dc99f9eb1cfa17e6d55f76093e112f1b51b0 Mon Sep 17 00:00:00 2001 From: joeydelarago Date: Fri, 26 Aug 2022 09:00:17 +0200 Subject: [PATCH] Remove unused import CURA-9221 --- .../UM3NetworkPrinting/src/Models/Http/CloudPrintJobResponse.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/src/Models/Http/CloudPrintJobResponse.py b/plugins/UM3NetworkPrinting/src/Models/Http/CloudPrintJobResponse.py index 170adf593d..83cbb5a030 100644 --- a/plugins/UM3NetworkPrinting/src/Models/Http/CloudPrintJobResponse.py +++ b/plugins/UM3NetworkPrinting/src/Models/Http/CloudPrintJobResponse.py @@ -1,6 +1,5 @@ # Copyright (c) 2019 Ultimaker B.V. # Cura is released under the terms of the LGPLv3 or higher. -from enum import Enum from typing import Optional from ..BaseModel import BaseModel