Skip to content

Commit

Permalink
✨ Refactoring fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asaf-kali committed Nov 12, 2024
1 parent 8238d2b commit 2a0f628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solvers/naive/proposal_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __str__(self) -> str:
def card_count(self) -> int:
return len(self.word_group)

def dict(self, *args, **kwargs):
def model_dump(self, *args, **kwargs):
result = super().model_dump(*args, **kwargs)
_format_dict_floats(result)
return result
Expand Down

0 comments on commit 2a0f628

Please sign in to comment.