From 9274fe4678f120de6081d5f9f4395c2181ca33dc Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Wed, 25 Mar 2020 13:07:45 -0400 Subject: [PATCH] Try to pacify pylint. --- tensorflow/python/eager/def_function_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/python/eager/def_function_test.py b/tensorflow/python/eager/def_function_test.py index 6a8582183bc..7c06d7b8ae0 100644 --- a/tensorflow/python/eager/def_function_test.py +++ b/tensorflow/python/eager/def_function_test.py @@ -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