Skip to content

Commit fdac68d

Browse files
author
autoih
committed
reomve FloatTensorLike
1 parent 92e44f0 commit fdac68d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tensorflow_addons/optimizers/lookahead.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
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
2120

0 commit comments

Comments
 (0)