From ed20cd44f5e3bba654410fb19fc617f11f4754a4 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Thu, 26 Nov 2020 08:54:59 +0100 Subject: [PATCH] FEM: remove superfluous 'pass' --- src/Mod/Fem/femviewprovider/view_element_rotation1D.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Fem/femviewprovider/view_element_rotation1D.py b/src/Mod/Fem/femviewprovider/view_element_rotation1D.py index c3cc5a3b32..f81e9e3a19 100644 --- a/src/Mod/Fem/femviewprovider/view_element_rotation1D.py +++ b/src/Mod/Fem/femviewprovider/view_element_rotation1D.py @@ -38,7 +38,6 @@ class VPElementRotation1D(view_base_femconstraint.VPBaseFemConstraint): A View Provider for the ElementRotation1D object """ - pass """ # do not activate the task panel, since rotation with reference shapes is not yet supported def setEdit(self, vobj, mode=0):