Skip to content

Commit 1c24c38

Browse files
authored
fixup
1 parent 8b460be commit 1c24c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras_tuner/backend/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
if os.environ.get("TF_USE_LEGACY_KERAS", None) in ("true", "True", "1"):
19-
from tensorflow as keras
19+
from tensorflow import keras
2020
_MULTI_BACKEND = False
2121
else:
2222
import keras

0 commit comments

Comments
 (0)