From 7291b9505566efe9845520a741cfb2bdc662c1f4 Mon Sep 17 00:00:00 2001 From: "f.basile" Date: Wed, 18 Nov 2020 12:29:10 +0100 Subject: [PATCH] avoid pyflake for blank line 6 final --- python/damask/_geom.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/damask/_geom.py b/python/damask/_geom.py index 15db18e9e..49863af5a 100644 --- a/python/damask/_geom.py +++ b/python/damask/_geom.py @@ -926,7 +926,6 @@ class Geom: Show grain boundaries only across certain axis. [X=0,Y=1,Z=2]. Defaults to all possible. """ - if across in [[0],[1],[2],[0,1],[1,2],[0,2],[0,1,2]]: pass elif across == [[0],[1],[2],[0,1],[1,2],[0,2],[0,1,2]]: