Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
py27 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farizrahman4u committed Aug 18, 2020
1 parent f018545 commit 583285c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wandb/integration/keras/keras.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def _check_keras_version():
major, minor, patch = keras_version.split(".")
if int(major) < 2 or int(minor) < 4:
wandb.termwarn(
f"Keras version %s is not fully supported. Required keras >= 2.4.0"
"Keras version %s is not fully supported. Required keras >= 2.4.0"
% (keras_version)
)

Expand Down

0 comments on commit 583285c

Please sign in to comment.