Skip to content

Commit 5551780

Browse files
committed
fix: add missing EOF newline in callbacks.py
1 parent 472dd30 commit 5551780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygam/callbacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,4 @@ def on_loop_start(self, gam):
238238
return gam.coef_
239239

240240

241-
CALLBACKS = {"deviance": Deviance, "diffs": Diffs, "accuracy": Accuracy, "coef": Coef}
241+
CALLBACKS = {"deviance": Deviance, "diffs": Diffs, "accuracy": Accuracy, "coef": Coef}

0 commit comments

Comments
 (0)