Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 17, 2021
1 parent 6528539 commit adf8411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pre_commit_hooks/check_json.py
Expand Up @@ -9,7 +9,8 @@


def raise_duplicate_keys(
ordered_pairs: List[Tuple[str, Any]]) -> Dict[str, Any]:
ordered_pairs: List[Tuple[str, Any]],
) -> Dict[str, Any]:
d = {}
for key, val in ordered_pairs:
if key in d:
Expand Down

0 comments on commit adf8411

Please sign in to comment.