Skip to content

Commit cc88206

Browse files
author
autoih
committed
reomve FloatTensorLike
1 parent f08aba5 commit cc88206

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tensorflow_addons/optimizers/lookahead.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@
1414
# ==============================================================================
1515

1616
import tensorflow as tf
17-
18-
from tensorflow_addons.utils.types import FloatTensorLike
17+
from tensorflow_addons.utils import types
1918

2019
from typeguard import typechecked
21-
from typing import Union
2220

2321

2422
@tf.keras.utils.register_keras_serializable(package="Addons")

0 commit comments

Comments
 (0)