Skip to content

Commit e002cc9

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tensorflow_privacy/privacy/optimizers/dp_optimizer_eager_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
from absl.testing import parameterized
2121
import numpy as np
22+
from six.moves import range
2223
import tensorflow.compat.v1 as tf
2324

2425
from tensorflow_privacy.privacy.analysis import privacy_ledger

0 commit comments

Comments
 (0)