Skip to content

Commit 44bf775

Browse files
committed
Remove Tensorflow Python internal reference
1 parent 04b283d commit 44bf775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_addons/layers/deformable_conv2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from typeguard import typechecked
2020
from tensorflow_addons.utils import types
2121
from tensorflow_addons.utils.resource_loader import LazySO
22-
from tensorflow.python.keras.utils import conv_utils
22+
from tensorflow.keras.utils import conv_utils
2323

2424
_deformable_conv2d_ops_so = LazySO("custom_ops/layers/_deformable_conv2d_ops.so")
2525

0 commit comments

Comments
 (0)