From 6c91b2c09174a5aa48b1b75d1a68b0e09d830e3a Mon Sep 17 00:00:00 2001 From: thomasahle Date: Wed, 6 Mar 2024 10:11:41 +0000 Subject: [PATCH] Automatic Style fixes --- dspy/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dspy/__init__.py b/dspy/__init__.py index 43250b535..a7bc5152a 100644 --- a/dspy/__init__.py +++ b/dspy/__init__.py @@ -1,13 +1,13 @@ import dsp from dsp.modules.hf_client import ChatModuleClient, HFClientSGLang, HFClientVLLM, HFServerTGI -from .primitives import * +# Functional must be imported after primitives, predict and signatures +from .functional import * from .predict import * +from .primitives import * from .retrieve import * from .signatures import * -# Functional must be imported after primitives, predict and signatures -from .functional import * #### settings = dsp.settings