Skip to content

Commit 24b7109

Browse files
author
Remco Meeuwissen
committed
Forgot to add a docstring to the new function in response.py
1 parent 0c7e54f commit 24b7109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tipg/resources/response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def default(obj):
1515

1616

1717
def orjsonDumps(content: Any):
18+
"""Small wrapper function to run the orjson.dumps with the additional options we want"""
1819
return orjson.dumps(
1920
content,
2021
default=default,

0 commit comments

Comments
 (0)