Skip to content

Commit 6271720

Browse files
authored
Merge pull request #11 from rohanpsingh/autopep8-patches
Fixes by autopep8 action
2 parents c4b0b8d + 51c2332 commit 6271720

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

mujoco_viewer/mujoco_viewer.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88

99

1010
class MujocoViewer:
11-
def __init__(self, model, data, title="mujoco-python-viewer", width=None, height=None):
11+
def __init__(
12+
self,
13+
model,
14+
data,
15+
title="mujoco-python-viewer",
16+
width=None,
17+
height=None):
1218
self.model = model
1319
self.data = data
1420

0 commit comments

Comments
 (0)