linter fixes

This commit is contained in:
Dinesh Yeduguru 2024-11-05 10:10:24 -08:00
parent 7176338ca6
commit a4fd91fe51
2 changed files with 12 additions and 5 deletions

View file

@ -4,9 +4,11 @@
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from pydantic import BaseModel, Field
from typing import Optional
from pydantic import BaseModel, Field
class BedrockSafetyConfig(BaseModel):
"""Configuration information for a guardrail that you want to use in the request."""