Skip to content

Commit 1a36912

Browse files
committed
Fix code style
1 parent 132223f commit 1a36912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/src/saving/saving_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def _load_model_from_fileobj(fileobj, custom_objects, compile, safe_mode):
512512

513513
def save_weights_only(model, filepath, objects_to_skip=None):
514514
"""Save only the weights of a model to a target filepath.
515-
515+
516516
Supports both `.weights.h5` and `.keras`.
517517
"""
518518
filepath = str(filepath)

0 commit comments

Comments
 (0)