Skip to content

Commit

Permalink
robot class
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jan 21, 2025
1 parent d2fbb14 commit 5206179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kscale/web/cli/robot_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async def pybullet(
) -> None:
"""Shows the URDF file for a robot class in PyBullet."""
try:
import pybullet as p # pylint: disable=import-not-found
import pybullet as p # pylint: disable=import-not-found,missing-import
except ImportError:
click.echo(click.style("PyBullet is not installed; install it with `pip install pybullet`", fg="red"))
return
Expand Down

0 comments on commit 5206179

Please sign in to comment.