Skip to content

Commit 142a38d

Browse files
authored
chore: remove duplicate AnthropicProviderDataValidator (#3512)
# What does this PR do? removes the duplicate AnthropicProviderDataValidator the active one is in config.py ## Test Plan ci
1 parent f44eb93 commit 142a38d

File tree

1 file changed

+0
-6
lines changed
  • llama_stack/providers/remote/inference/anthropic

1 file changed

+0
-6
lines changed

llama_stack/providers/remote/inference/anthropic/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@
44
# This source code is licensed under the terms described in the LICENSE file in
55
# the root directory of this source tree.
66

7-
from pydantic import BaseModel
8-
97
from .config import AnthropicConfig
108

119

12-
class AnthropicProviderDataValidator(BaseModel):
13-
anthropic_api_key: str | None = None
14-
15-
1610
async def get_adapter_impl(config: AnthropicConfig, _deps):
1711
from .anthropic import AnthropicInferenceAdapter
1812

0 commit comments

Comments
 (0)