Skip to content

Commit 04c1006

Browse files
jam14jtensorflower-gardener
authored andcommitted
Redirect all references away from targets to be deleted onto the new location under python/trackable.
PiperOrigin-RevId: 528795791
1 parent 689b24c commit 04c1006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_probability/python/internal/backend/meta/gen_linear_operators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def gen_module(module_name):
148148
'from tensorflow_probability.python.internal.backend.numpy '
149149
'import data_structures')
150150
code = code.replace(
151-
'from tensorflow.python.training.tracking '
151+
'from tensorflow.python.trackable '
152152
'import data_structures',
153153
'from tensorflow_probability.python.internal.backend.numpy '
154154
'import data_structures')

0 commit comments

Comments
 (0)