Skip to content

Commit 0e4c9d7

Browse files
committed
revert import sorting
1 parent 38af7ba commit 0e4c9d7

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

wayflowcore/src/wayflowcore/serialization/_builtins_deserialization_plugin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@
118118
from wayflowcore.agentspec.components import (
119119
PluginVllmEmbeddingConfig as AgentSpecPluginVllmEmbeddingConfig,
120120
)
121-
from wayflowcore.agentspec.components import (
122-
all_deserialization_plugin,
123-
)
121+
from wayflowcore.agentspec.components import all_deserialization_plugin
124122
from wayflowcore.agentspec.components.agent import ExtendedAgent as AgentSpecExtendedAgent
125123
from wayflowcore.agentspec.components.contextprovider import (
126124
PluginConstantContextProvider as AgentSpecPluginConstantContextProvider,

wayflowcore/src/wayflowcore/serialization/_builtins_serialization_plugin.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@
111111
from wayflowcore.agentspec.components import (
112112
PluginVllmEmbeddingConfig as AgentSpecPluginVllmEmbeddingConfig,
113113
)
114-
from wayflowcore.agentspec.components import (
115-
all_serialization_plugin,
116-
)
114+
from wayflowcore.agentspec.components import all_serialization_plugin
117115
from wayflowcore.agentspec.components.agent import ExtendedAgent as AgentSpecExtendedAgent
118116
from wayflowcore.agentspec.components.contextprovider import (
119117
PluginConstantContextProvider as AgentSpecPluginConstantContextProvider,
@@ -363,9 +361,7 @@
363361
from wayflowcore.models.ociclientconfig import (
364362
OCIClientConfigWithUserAuthentication as RuntimeOCIClientConfigWithUserAuthentication,
365363
)
366-
from wayflowcore.models.openaicompatiblemodel import (
367-
EMPTY_API_KEY,
368-
)
364+
from wayflowcore.models.openaicompatiblemodel import EMPTY_API_KEY
369365
from wayflowcore.models.openaicompatiblemodel import (
370366
OpenAICompatibleModel as RuntimeOpenAICompatibleModel,
371367
)

0 commit comments

Comments
 (0)