Skip to content

Commit ca64aaa

Browse files
committed
Remove redunant class which confuses mypy
1 parent 028694d commit ca64aaa

File tree

1 file changed

+0
-4
lines changed
  • lib/controller/python/controller

1 file changed

+0
-4
lines changed

lib/controller/python/controller/node.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ def getNodeId(self):
3232
return self.node_id
3333

3434

35-
class Node:
36-
pass
37-
38-
3935
class Node:
4036
wb.wb_supervisor_node_get_root.restype = ctypes.c_void_p
4137
wb.wb_supervisor_node_get_selected.restype = ctypes.c_void_p

0 commit comments

Comments
 (0)