Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeydelarago <joeydelarago@gmail.com>2022-08-26 10:00:17 +0300
committerjoeydelarago <joeydelarago@gmail.com>2022-08-26 10:00:17 +0300
commit0993dc99f9eb1cfa17e6d55f76093e112f1b51b0 (patch)
tree39f756a76bfc5159ded01a73f093fb7ff2812bcb
parenta6f459b0f68cec7fd5c5cb345b174db2b1d39b23 (diff)
Remove unused import
CURA-9221
-rw-r--r--plugins/UM3NetworkPrinting/src/Models/Http/CloudPrintJobResponse.py1
1 files changed, 0 insertions, 1 deletions
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