Skip to content

Commit

Permalink
Remove redunant class which confuses mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Nov 11, 2022
1 parent 028694d commit ca64aaa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/controller/python/controller/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca64aaa

Please sign in to comment.