3
0
Fork 0

fix: make pylint happy

This commit is contained in:
Lance Edgar 2026-03-10 11:16:04 -05:00
parent 064b1b6d8a
commit 787765f986

View file

@ -619,7 +619,7 @@ def prop_is_fk(mapper, prop): # pylint: disable=empty-docstring
return False return False
def make_json_safe(value, key=None, warn=True): def make_json_safe(value, key=None, warn=True): # pylint: disable=too-many-branches
""" """
Convert a Python value as needed, to ensure it is compatible with Convert a Python value as needed, to ensure it is compatible with
:func:`python:json.dumps()`. :func:`python:json.dumps()`.