Skip to content

Commit ac6fc15

Browse files
authored
remove commented out assertions file (#8388)
1 parent 93cf14b commit ac6fc15

File tree

2 files changed

+0
-346
lines changed

2 files changed

+0
-346
lines changed

dspy/primitives/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
from dspy.primitives import assertions
21
from dspy.primitives.example import Example
32
from dspy.primitives.module import BaseModule
43
from dspy.primitives.prediction import Completions, Prediction
54
from dspy.primitives.program import Module, Program
65
from dspy.primitives.python_interpreter import PythonInterpreter
76

87
__all__ = [
9-
"assertions",
108
"Example",
119
"BaseModule",
1210
"Prediction",

dspy/primitives/assertions.py

Lines changed: 0 additions & 344 deletions
This file was deleted.

0 commit comments

Comments
 (0)