Browse Source

🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

pull/14333/head
pre-commit-ci[bot] 8 months ago
parent
commit
3481bc47b4
  1. 1
      tests/test_jsonable_encoder.py

1
tests/test_jsonable_encoder.py

@ -181,6 +181,7 @@ def test_encode_model_with_default():
"bla": "bla",
}
def test_custom_enum_encoders():
def custom_enum_encoder(v: Enum):
return v.value.lower()

Loading…
Cancel
Save