From ca64aaaa428221c067f2d67a7df95314f816e703 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Fri, 11 Nov 2022 22:17:14 +0000 Subject: [PATCH] Remove redunant class which confuses mypy --- lib/controller/python/controller/node.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/controller/python/controller/node.py b/lib/controller/python/controller/node.py index 33509cf5ddf..e399d65f3d3 100644 --- a/lib/controller/python/controller/node.py +++ b/lib/controller/python/controller/node.py @@ -32,10 +32,6 @@ def getNodeId(self): return self.node_id -class Node: - pass - - class Node: wb.wb_supervisor_node_get_root.restype = ctypes.c_void_p wb.wb_supervisor_node_get_selected.restype = ctypes.c_void_p