mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-31 19:01:28 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -179,9 +179,7 @@ def run_server(
|
||||
]
|
||||
videos_info = [
|
||||
{
|
||||
"url": url_for(
|
||||
"static", filename=str(video_path).replace("\\", "/")
|
||||
),
|
||||
"url": url_for("static", filename=str(video_path).replace("\\", "/")),
|
||||
"filename": video_path.parent.name,
|
||||
}
|
||||
for video_path in video_paths
|
||||
|
||||
Reference in New Issue
Block a user