mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-21 04:42:19 -06:00
fix toolset codes to make it work with python 3.9
PiperOrigin-RevId: 757991503
This commit is contained in:
committed by
Copybara-Service
parent
80813a75cf
commit
2d84b13219
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user