From a84134b41031e5aea2f098baf7695876b42a2bf0 Mon Sep 17 00:00:00 2001 From: Shuwen-Fang Date: Wed, 1 Jul 2026 20:17:38 +0000 Subject: [PATCH] Fix protobuf descriptor collision by delaying cli import in tpu_info --- tpu_info/tpu_info/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpu_info/tpu_info/__init__.py b/tpu_info/tpu_info/__init__.py index 4997541..b90f652 100644 --- a/tpu_info/tpu_info/__init__.py +++ b/tpu_info/tpu_info/__init__.py @@ -13,4 +13,4 @@ # limitations under the License. """A CLI Module that provides TPU runtime information.""" -from . import cli +# from . import cli