From 1c74984aebc5a51fe31c578265baf865e2d31828 Mon Sep 17 00:00:00 2001 From: nikki everett Date: Thu, 11 Apr 2024 14:25:55 -0500 Subject: [PATCH] fix formatting Signed-off-by: nikki everett --- docs/user_guide/data_types_and_io/dataclass.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/data_types_and_io/dataclass.md b/docs/user_guide/data_types_and_io/dataclass.md index 8cf4449e21..7bdaee0385 100644 --- a/docs/user_guide/data_types_and_io/dataclass.md +++ b/docs/user_guide/data_types_and_io/dataclass.md @@ -33,10 +33,10 @@ to serialize and deserialize dataclasses. :::{important} If you're using Flytekit version below v1.10, you'll need to decorate with `@dataclass_json` using `from dataclass_json import dataclass_json` instead of inheriting from Mashumaro's `DataClassJSONMixin`. -::: If you're using Flytekit version >= v1.11.1, you don't need to decorate with `@dataclass_json` or inherit from Mashumaro's `DataClassJSONMixin`. +::: To begin, import the necessary dependencies.