Skip to content

Commit 27fa03a

Browse files
committed
Style fix.
1 parent 1f61646 commit 27fa03a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keras/callbacks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,8 @@ def on_epoch_end(self, epoch, logs=None):
748748
logs = logs or {}
749749

750750
if not self.validation_data and self.histogram_freq:
751-
raise ValueError("If printing histograms, validation_data must be "
752-
"provided, and cannot be a generator.")
751+
raise ValueError('If printing histograms, validation_data must be '
752+
'provided, and cannot be a generator.')
753753
if self.validation_data and self.histogram_freq:
754754
if epoch % self.histogram_freq == 0:
755755

0 commit comments

Comments
 (0)