Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruppelt committed Mar 22, 2024
1 parent 4596a54 commit d7d2237
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion instructor/anthropic_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def _add_params(
for value in enum_values:
value_element = ET.SubElement(values, "value")
value_element.text = value
print('done')
continue

nested_params = ET.SubElement(parameter, "parameters")
Expand Down

0 comments on commit d7d2237

Please sign in to comment.