Skip to content

Commit

Permalink
python: don't add new code issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Nov 10, 2023
1 parent 52a663a commit fa99f9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def setUp(self):

def test_load(self):
model = pin.buildModelFromUrdf(self.model_path)
for i in range(2):
for _ in range(2):
pin.buildGeomFromUrdf(
model,
self.model_path,
Expand Down

0 comments on commit fa99f9d

Please sign in to comment.