Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Nov 24, 2024
1 parent 776959a commit 15374ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_jsonschema/test_jsonschema_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
from mashumaro.jsonschema.builder import JSONSchemaBuilder, build_json_schema
from mashumaro.jsonschema.dialects import DRAFT_2020_12, OPEN_API_3_1
from mashumaro.jsonschema.models import (
BasePlugin,
Context,
JSONArraySchema,
JSONObjectSchema,
Expand All @@ -75,6 +74,7 @@
JSONSchemaInstanceType,
JSONSchemaStringFormat,
)
from mashumaro.jsonschema.plugins import BasePlugin
from mashumaro.jsonschema.schema import (
UTC_OFFSET_PATTERN,
EmptyJSONSchema,
Expand Down

0 comments on commit 15374ae

Please sign in to comment.