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:
authorfieldOfView <aldo@fieldofview.com>2018-10-04 00:07:37 +0300
committerfieldOfView <aldo@fieldofview.com>2018-10-04 00:07:37 +0300
commit477862d779b5f590ec16d223e917582579c7972c (patch)
treedb87ea47cd3529a1258770a325586f1844e919fc /plugins/UltimakerMachineActions
parentc2558f91dd26095ddb5d019f1fa07e1e5b67c1e1 (diff)
Fix code style and unused imports
Diffstat (limited to 'plugins/UltimakerMachineActions')
-rw-r--r--plugins/UltimakerMachineActions/__init__.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/UltimakerMachineActions/__init__.py b/plugins/UltimakerMachineActions/__init__.py
index 30493536ce..e87949580a 100644
--- a/plugins/UltimakerMachineActions/__init__.py
+++ b/plugins/UltimakerMachineActions/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2016 Ultimaker B.V.
+# Copyright (c) 2018 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from . import BedLevelMachineAction
@@ -6,8 +6,7 @@ from . import UMOUpgradeSelection
from . import UM2UpgradeSelection
def getMetaData():
- return {
- }
+ return {}
def register(app):
return { "machine_action": [