Skip to content

Commit

Permalink
3.8 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson-ai committed May 31, 2024
1 parent 5fe0468 commit 0273662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/library/test_json.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import json
from typing import Any, Union, Set
from typing import Any, Union, Set, Dict

import pytest
from jsonschema import validate
Expand Down Expand Up @@ -70,7 +70,7 @@ def check_match_failure(
good_bytes: bytes,
failure_byte: bytes,
allowed_bytes: Set[Union[Byte, ByteRange]],
schema_obj: dict[str, Any],
schema_obj: Dict[str, Any],
):
grammar = gen_json(schema=schema_obj)
_check_match_failure(
Expand Down

0 comments on commit 0273662

Please sign in to comment.