chore: cleanup unused import in cli module

PiperOrigin-RevId: 763233551
This commit is contained in:
Xiang (Sean) Zhou
2025-05-25 18:49:32 -07:00
committed by Copybara-Service
parent 1a43cf0f60
commit b0fb3536e5
3 changed files with 0 additions and 4 deletions
-2
View File
@@ -19,8 +19,6 @@ from datetime import datetime
import logging
import os
import tempfile
from typing import AsyncGenerator
from typing import Coroutine
from typing import Optional
import click