Skip to content

Commit f2eb9e7

Browse files
committed
dummy commit to run pre-commit
1 parent b34a1b0 commit f2eb9e7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

elementary/utils/json_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
from typing import Any, List, Optional, Union
44

55

6-
7-
86
def try_load_json(value: Optional[Union[str, dict, list]]):
97
if value is None:
108
return None

0 commit comments

Comments
 (0)