Skip to content

Commit 90744b9

Browse files
committed
refactor root init file
1 parent f67a751 commit 90744b9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

dspy/__init__.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,17 @@
1414
from dspy.utils.usage_tracker import track_usage
1515

1616
from dspy.dsp.utils.settings import settings
17+
from dspy.dsp.colbertv2 import ColBERTv2
1718
from dspy.clients import DSPY_CACHE
19+
from dspy.__metadata__ import __name__, __version__, __description__, __url__, __author__, __author_email__
1820

21+
# Configure logging
1922
configure_dspy_loggers(__name__)
2023

21-
from dspy.dsp.colbertv2 import ColBERTv2
22-
# from dspy.dsp.you import You
23-
24+
# Singleton definitions and aliasing
2425
configure = settings.configure
2526
context = settings.context
2627

2728
BootstrapRS = BootstrapFewShotWithRandomSearch
2829

29-
from .__metadata__ import __name__, __version__, __description__, __url__, __author__, __author_email__
30-
3130
cache = DSPY_CACHE

0 commit comments

Comments
 (0)