Skip to content

Commit 632560d

Browse files
committed
Style fix
1 parent bbf4283 commit 632560d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

keras/engine/saving.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,8 @@ def convert_nested_time_distributed(weights):
510510
# Returns
511511
A list of weights values (Numpy arrays).
512512
"""
513-
return preprocess_weights_for_loading(layer.layer, weights, original_keras_version, original_backend)
513+
return preprocess_weights_for_loading(
514+
layer.layer, weights, original_keras_version, original_backend)
514515

515516
def convert_nested_model(weights):
516517
"""Converts layers nested in `Model` or `Sequential` by `preprocess_weights_for_loading()`.

0 commit comments

Comments
 (0)