Automated refactoring to make code Python 3 compatible.
PiperOrigin-RevId: 299961805
This commit is contained in:
parent
e002cc9a23
commit
6541960e79
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ from __future__ import print_function
|
||||||
from absl.testing import parameterized
|
from absl.testing import parameterized
|
||||||
import mock
|
import mock
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
from six.moves import range
|
||||||
import tensorflow.compat.v1 as tf
|
import tensorflow.compat.v1 as tf
|
||||||
|
|
||||||
from tensorflow_privacy.privacy.analysis import privacy_ledger
|
from tensorflow_privacy.privacy.analysis import privacy_ledger
|
||||||
|
|
Loading…
Reference in a new issue