Skip to content

Commit 6c10d30

Browse files
committed
Update utils.py
1 parent 5caab6f commit 6c10d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def predict(current_model, *args):
3939
yield i
4040

4141
def billing_info(current_model):
42-
return current_model.billing_info()
42+
return None
4343

4444
def set_key(current_model, *args):
4545
return current_model.set_key(*args)

0 commit comments

Comments
 (0)