Skip to content

Commit

Permalink
Automatic Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasahle authored and github-actions[bot] committed Mar 6, 2024
1 parent 5c834c6 commit 6c91b2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dspy/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6c91b2c

Please sign in to comment.