no blank lines after docstring
This commit is contained in:
parent
4cd8fe7f36
commit
6fade15323
|
@ -1001,7 +1001,6 @@ class Orientation:
|
||||||
positive number: fcc --> bcc
|
positive number: fcc --> bcc
|
||||||
negative number: bcc --> fcc
|
negative number: bcc --> fcc
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if relationModel not in ['KS','GT','GTdash','NW','Pitsch','Bain']: return None
|
if relationModel not in ['KS','GT','GTdash','NW','Pitsch','Bain']: return None
|
||||||
if int(direction) == 0: return None
|
if int(direction) == 0: return None
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue