avoid pyflake for blank line 6 final

This commit is contained in:
f.basile 2020-11-18 12:29:10 +01:00
parent ee5822b721
commit 7291b95055
1 changed files with 0 additions and 1 deletions

View File

@ -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]]: