mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
test: drop redundant comment per repo comment policy
This commit is contained in:
parent
bbb3abed68
commit
ab93c4bc37
1 changed files with 0 additions and 1 deletions
|
|
@ -919,7 +919,6 @@ def test_fix_enum_empty_strings_anyof():
|
|||
assert None in choice_enum
|
||||
assert choice_enum == [None, "option1"]
|
||||
|
||||
# Non-dict input should not raise AttributeError
|
||||
_fix_enum_empty_strings("string_input")
|
||||
_fix_enum_empty_strings(None)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue