diff --git a/src/check_jsonschema/cli/parse_result.py b/src/check_jsonschema/cli/parse_result.py index a32c93932..b27420992 100644 --- a/src/check_jsonschema/cli/parse_result.py +++ b/src/check_jsonschema/cli/parse_result.py @@ -11,10 +11,7 @@ from ..regex_variants import RegexImplementation, RegexVariantName from ..transforms import Transform -if sys.version_info >= (3, 8): - from typing import Literal -else: - from typing_extensions import Literal +from typing import Literal class SchemaLoadingMode(enum.Enum):