From f358cf664b08a51d8552b54aa46434b5a7541815 Mon Sep 17 00:00:00 2001 From: Abhishek Joshi Date: Mon, 19 Aug 2024 11:23:43 -0500 Subject: [PATCH] Removing unused logging import --- python/mujoco/usd/exporter_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/mujoco/usd/exporter_test.py b/python/mujoco/usd/exporter_test.py index 9c5f8043..6a61628f 100644 --- a/python/mujoco/usd/exporter_test.py +++ b/python/mujoco/usd/exporter_test.py @@ -14,7 +14,6 @@ # ============================================================================== """Tests for the MuJoCo USD Exporter.""" -import logging import os from absl.testing import absltest