From 15374ae0f39f9edb2a49d4930e203dcba50a1e69 Mon Sep 17 00:00:00 2001 From: Alexander Tikhonov Date: Sun, 24 Nov 2024 19:14:26 +0300 Subject: [PATCH] Fix import --- tests/test_jsonschema/test_jsonschema_generation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_jsonschema/test_jsonschema_generation.py b/tests/test_jsonschema/test_jsonschema_generation.py index 2d55841..9ffd4a0 100644 --- a/tests/test_jsonschema/test_jsonschema_generation.py +++ b/tests/test_jsonschema/test_jsonschema_generation.py @@ -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, @@ -75,6 +74,7 @@ JSONSchemaInstanceType, JSONSchemaStringFormat, ) +from mashumaro.jsonschema.plugins import BasePlugin from mashumaro.jsonschema.schema import ( UTC_OFFSET_PATTERN, EmptyJSONSchema,