forked from 626_privacy/tensorflow_privacy
more lint
This commit is contained in:
parent
d29f31ec44
commit
fb12ee047f
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ from __future__ import absolute_import
|
|||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
|
||||
from contextlib import contextmanager # pylint: disable=importing-member
|
||||
from io import StringIO # pylint: disable=importing-member
|
||||
from contextlib import contextmanager # pylint: disable=g-importing-member
|
||||
from io import StringIO # pylint: disable=g-importing-member
|
||||
import sys
|
||||
from absl.testing import parameterized
|
||||
import tensorflow as tf
|
||||
|
|
Loading…
Reference in a new issue