Skip to content
Snippets Groups Projects
Commit 187bb33b authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

tests: fix conditionnal pybullet import

parent 8f827358
No related branches found
No related tags found
No related merge requests found
Pipeline #13420 passed
...@@ -5,7 +5,7 @@ import unittest ...@@ -5,7 +5,7 @@ import unittest
try: try:
import pybullet import pybullet
except ImportError: except ImportError:
pass pybullet = False
from example_robot_data import load_full from example_robot_data import load_full
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment