Skip to content

Commit

Permalink
STY: Import from top-level jsonschema
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Apr 18, 2024
1 parent e3dd719 commit 24deed4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/schemacode/bidsschematools/validate_schema.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import json
from importlib.resources import files

from jsonschema.exceptions import ValidationError
from jsonschema.validators import validate
from jsonschema import ValidationError, validate


def validate_schema(schema):
Expand Down

0 comments on commit 24deed4

Please sign in to comment.