Skip to content

Commit ede39cf

Browse files
author
Evan Roman
committed
format
1 parent 58c0dcc commit ede39cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure/functions/_jsonutils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ def loads(self, s: str):
6161

6262

6363
json_impl = None
64-
for adapter_cls in (OrJsonAdapter, UJsonAdapter, SimpleJsonAdapter, StdJsonAdapter):
64+
for adapter_cls in (OrJsonAdapter, UJsonAdapter, SimpleJsonAdapter,
65+
StdJsonAdapter):
6566
try:
6667
json_impl = adapter_cls()
6768
break

0 commit comments

Comments
 (0)