no blank lines after docstring

This commit is contained in:
Martin Diehl 2016-09-21 17:46:20 +02:00
parent 4cd8fe7f36
commit 6fade15323
1 changed files with 0 additions and 1 deletions

View File

@ -1001,7 +1001,6 @@ class Orientation:
positive number: fcc --> bcc
negative number: bcc --> fcc
"""
if relationModel not in ['KS','GT','GTdash','NW','Pitsch','Bain']: return None
if int(direction) == 0: return None