Try to pacify pylint.

This commit is contained in:
Itamar Turner-Trauring 2020-03-25 13:07:45 -04:00
parent 93ce587122
commit 9274fe4678

View File

@ -757,8 +757,8 @@ class DefFunctionTest(test.TestCase, parameterized.TestCase):
(None, 'foo.bar'), # implements
(None, True, False), # relax_shapes
))
def test_pickle(self, input_signature, autograph, autograph_options, implements,
relax_shapes):
def test_pickle(self, input_signature, autograph, autograph_options,
implements, relax_shapes):
"""@function objects can be pickled and unpickled."""
# Can't pickle functions in __main__:
from tensorflow.python.eager.def_function_test import undecorated_function