From 6e435ebf670b084cfec4dcc139249a2e1e5eaf7d Mon Sep 17 00:00:00 2001 From: fan-ziqi Date: Mon, 8 Sep 2025 21:15:13 +0800 Subject: [PATCH] Deleted unused asset.py --- source/isaaclab/utils/assets.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 source/isaaclab/utils/assets.py diff --git a/source/isaaclab/utils/assets.py b/source/isaaclab/utils/assets.py deleted file mode 100644 index 2e924fbf1b13..000000000000 --- a/source/isaaclab/utils/assets.py +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright (c) 2022-2025, The Isaac Lab Project Developers (https://github.com/isaac-sim/IsaacLab/blob/main/CONTRIBUTORS.md). -# All rights reserved. -# -# SPDX-License-Identifier: BSD-3-Clause