From 7a5a2b912cc8afc012db70059c3a1396be0c0bc3 Mon Sep 17 00:00:00 2001 From: Ricardo Martin Brualla Date: Thu, 4 Apr 2024 03:48:55 -0700 Subject: [PATCH] Switches singledispatchmethod to functools' implementation. (#315) PiperOrigin-RevId: 619431393 Co-authored-by: Klaus Greff --- kubric/renderer/blender.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/kubric/renderer/blender.py b/kubric/renderer/blender.py index c9a952b2..0d9df4b7 100644 --- a/kubric/renderer/blender.py +++ b/kubric/renderer/blender.py @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# pylint: disable=function-redefined (removes singledispatchmethod pylint errors) - import collections from contextlib import redirect_stdout import functools