Skip to content

Commit b835b10

Browse files
committed
Minor: Style modification in constraints.py
1 parent 269225f commit b835b10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rmgpy/constraints.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
from rmgpy.species import Species
3333

34+
3435
def pass_cutting_threshold(species):
3536
"""
3637
Pass in either a `Species` or `Molecule` object and checks whether it passes
@@ -58,6 +59,7 @@ def pass_cutting_threshold(species):
5859

5960
return False
6061

62+
6163
def fails_species_constraints(species):
6264
"""
6365
Pass in either a `Species` or `Molecule` object and checks whether it passes

0 commit comments

Comments
 (0)