Skip to content

Commit adf8411

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6528539 commit adf8411

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pre_commit_hooks/check_json.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010

1111
def raise_duplicate_keys(
12-
ordered_pairs: List[Tuple[str, Any]]) -> Dict[str, Any]:
12+
ordered_pairs: List[Tuple[str, Any]],
13+
) -> Dict[str, Any]:
1314
d = {}
1415
for key, val in ordered_pairs:
1516
if key in d:

0 commit comments

Comments
 (0)