Skip to content

Commit bac71eb

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/check_jsonschema/cli/parse_result.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
from ..regex_variants import RegexImplementation, RegexVariantName
1212
from ..transforms import Transform
1313

14-
if sys.version_info >= (3, 8):
15-
from typing import Literal
16-
else:
17-
from typing_extensions import Literal
14+
from typing import Literal
1815

1916

2017
class SchemaLoadingMode(enum.Enum):

0 commit comments

Comments
 (0)