Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Feb 1, 2025
1 parent 17ec253 commit f964d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions kscale/web/cli/robot_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import logging
import math
import time
from pathlib import Path
from typing import Sequence

import click
Expand Down Expand Up @@ -438,8 +437,7 @@ def reset_camera(position: int) -> None:
@click.option("--no-cache", is_flag=True, default=False)
@coro
async def mujoco(class_name: str, no_cache: bool) -> None:
"""
Shows the URDF file for a robot class in Mujoco.
"""Shows the URDF file for a robot class in Mujoco.
This command downloads and extracts the robot class URDF folder,
searches for an MJCF file (unless --mjcf-path is provided), and then
Expand Down
3 changes: 1 addition & 2 deletions kscale/web/clients/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
import httpx
from aiohttp import web
from async_lru import alru_cache
from jwt import ExpiredSignatureError, PyJWKClient
from jwt import decode as jwt_decode
from jwt import ExpiredSignatureError, PyJWKClient, decode as jwt_decode
from pydantic import BaseModel
from yarl import URL

Expand Down

0 comments on commit f964d92

Please sign in to comment.