Skip to content

Commit

Permalink
Remove type ignore duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
AdilZouitine committed Feb 20, 2024
1 parent a08c2ae commit e97e4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rrls/envs/walker.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def _change_params(self):
self.unwrapped.data.xfrc_applied[3, 2] = self.legforce_z # type: ignore

if self.footforce_x is not None:
self.unwrapped.data.xfrc_applied[4, 0] = self.footforce_x # type: ignore # type: ignore
self.unwrapped.data.xfrc_applied[4, 0] = self.footforce_x # type: ignore

if self.footforce_y is not None:
self.unwrapped.data.xfrc_applied[4, 1] = self.footforce_y # type: ignore
Expand Down

0 comments on commit e97e4ca

Please sign in to comment.