We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34a1b0 commit f2eb9e7Copy full SHA for f2eb9e7
1 file changed
elementary/utils/json_utils.py
@@ -3,8 +3,6 @@
3
from typing import Any, List, Optional, Union
4
5
6
-
7
8
def try_load_json(value: Optional[Union[str, dict, list]]):
9
if value is None:
10
return None
0 commit comments