Skip to content

Commit

Permalink
test that mypy fails
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Feb 15, 2024
1 parent fbef275 commit 6ab1913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def camera_toggle(self, msg: Joy) -> None:


class ManipButton:
def __init__(self, claw: str) -> None:
def __init__(self, claw) -> None:
self.claw: str = claw
self.last_button_state: bool = False
self.is_active: bool = False
Expand Down

0 comments on commit 6ab1913

Please sign in to comment.