Skip to content

Commit 51c2332

Browse files
authored
autopep8 action fixes
1 parent c4b0b8d commit 51c2332

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)