Skip to content

Commit 6541960

Browse files
Automated refactoring to make code Python 3 compatible.
PiperOrigin-RevId: 299961805
1 parent e002cc9 commit 6541960

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow_privacy/privacy/optimizers/dp_optimizer_test.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
from absl.testing import parameterized
2121
import mock
2222
import numpy as np
23+
from six.moves import range
2324
import tensorflow.compat.v1 as tf
2425

2526
from tensorflow_privacy.privacy.analysis import privacy_ledger

0 commit comments

Comments
 (0)