avoid pyflake for blank line 6 final
This commit is contained in:
parent
ee5822b721
commit
7291b95055
|
@ -926,7 +926,6 @@ class Geom:
|
||||||
Show grain boundaries only across certain axis. [X=0,Y=1,Z=2]. Defaults to all possible.
|
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]]:
|
if across in [[0],[1],[2],[0,1],[1,2],[0,2],[0,1,2]]:
|
||||||
pass
|
pass
|
||||||
elif across == [[0],[1],[2],[0,1],[1,2],[0,2],[0,1,2]]:
|
elif across == [[0],[1],[2],[0,1],[1,2],[0,2],[0,1,2]]:
|
||||||
|
|
Loading…
Reference in New Issue