fix toolset codes to make it work with python 3.9

PiperOrigin-RevId: 757991503
This commit is contained in:
Xiang (Sean) Zhou
2025-05-12 18:22:37 -07:00
committed by Copybara-Service
parent 80813a75cf
commit 2d84b13219
4 changed files with 6 additions and 5 deletions

View File

@@ -14,10 +14,10 @@
from typing import List
from typing import Optional
from typing import override
from typing import Union
from fastapi.openapi.models import HTTPBearer
from typing_extensions import override
from ...auth.auth_credential import AuthCredential
from ...auth.auth_credential import AuthCredentialTypes