Delete redundant blank lines.

PiperOrigin-RevId: 615359482
Change-Id: If1f850d560938b0c8cf6dd13c83ed72d1faae4cc
This commit is contained in:
Yuval Tassa
2024-03-13 04:02:27 -07:00
committed by Copybara-Service
parent c4562ac61b
commit b61a09aa95
-2
View File
@@ -50,7 +50,6 @@
},
"outputs": [],
"source": [
"\n",
"!pip install mujoco\n",
"\n",
"# Set up GPU rendering.\n",
@@ -133,7 +132,6 @@
},
"outputs": [],
"source": [
"\n",
"print('Getting MuJoCo humanoid XML description from GitHub:')\n",
"!git clone https://github.com/google-deepmind/mujoco\n",
"with open('mujoco/model/humanoid/humanoid.xml', 'r') as f:\n",