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