Skip to content

Commit fbb67b5

Browse files
committed
passs
1 parent cb96d32 commit fbb67b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modelseedpy/fbapkg/metabofbapkg.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@ def build_constraint(self,object,type):
5353
return BaseFBAPkg.build_constraint(self,"pkc",0,0,coef,object["id"])
5454

5555
def find_metabolites_matching_peak(self,data):
56-
#TODO: need to write this function
56+
#TODO: need to write this function
57+
# chris you need to add a "pass" after the empty functions otherwise the lib crashes on import (syntax error)
58+
pass

0 commit comments

Comments
 (0)