fix: make pylint happy
This commit is contained in:
parent
064b1b6d8a
commit
787765f986
1 changed files with 1 additions and 1 deletions
|
|
@ -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()`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue