Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
john0isaac committed Jan 4, 2025
1 parent 7e82c3f commit 278b5d7
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, ConfigDict
from pydantic import ConfigDict, Field, SecretStr

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

0 comments on commit 278b5d7

Please sign in to comment.