Skip to content

Commit

Permalink
feat: Updated dspy/primitives/box.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Dec 20, 2023
1 parent c54a118 commit 526e993
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dspy/primitives/box.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def method(self, other=None):

super().__init__(name, bases, attrs)


class Box(metaclass=BoxType):
def __init__(self, value, source=False):
self._value = value
Expand Down

0 comments on commit 526e993

Please sign in to comment.