This commit is contained in:
Xi Yan 2025-03-13 19:33:01 -07:00
parent a715debcb8
commit 2e9e831fce
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,7 @@
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from typing import Any, Dict, List, Optional, Protocol, runtime_checkable
from typing import Any, Dict, List, Protocol, runtime_checkable
from pydantic import BaseModel

View file

@ -4,7 +4,6 @@
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from typing import Optional
from pydantic import BaseModel