Skip to content

Commit c86852b

Browse files
Signature rework (#2033)
* init * incremental * cleanup
1 parent f02c671 commit c86852b

File tree

3 files changed

+248
-267
lines changed

3 files changed

+248
-267
lines changed

dspy/signatures/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from dspy.signatures.signature import (
33
SignatureMeta,
44
Signature,
5-
update_signatures,
65
ensure_signature,
76
make_signature,
87
infer_prefix,
@@ -18,7 +17,6 @@
1817
"SignatureMeta",
1918
"Signature",
2019
"infer_prefix",
21-
"update_signatures",
2220
"ensure_signature",
2321
"make_signature",
2422
]

0 commit comments

Comments
 (0)