Skip to content

Commit cd172a6

Browse files
author
Evan Roman
committed
pydoc
1 parent d5d0934 commit cd172a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure/functions/_jsonutils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
and the standard `json` libraries, falling back to the standard library
1111
if `orjson` is not available (installed).
1212
"""
13+
14+
1315
class JsonInterface(ABC):
1416
@abstractmethod
1517
def dumps(self, obj: Any, **kwargs: Any) -> str:

0 commit comments

Comments
 (0)