Skip to content

Commit afd0646

Browse files
remove internal Metric import as it is already in public API
1 parent aeb689b commit afd0646

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensorflow_addons/utils/keras_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
# TODO: find public API alternative to these
2323
from tensorflow.python.keras.losses import LossFunctionWrapper # pylint: disable=unused-import
24-
from tensorflow.python.keras.metrics import Metric # pylint: disable=unused-import
2524

2625

2726
def register_keras_custom_object(cls):

0 commit comments

Comments
 (0)