Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
john0isaac authored and eavanvalkenburg committed Jan 5, 2025
1 parent b843397 commit e387d89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from typing import ClassVar

from pydantic import Field, SecretStr
from pydantic import Field, SecretStr, ConfigDict

from semantic_kernel.kernel_pydantic import KernelBaseSettings
from semantic_kernel.utils.experimental_decorator import experimental_class
Expand Down

0 comments on commit e387d89

Please sign in to comment.