From 07abe2ed6074290b7d051b0dcc64e524e9cb4196 Mon Sep 17 00:00:00 2001 From: HUG0-D Date: Fri, 15 Nov 2024 15:44:49 +0100 Subject: [PATCH] Fixing template formating Signed-off-by: HUG0-D --- .../modernpython/templates/cimpy_class_template.mustache | 1 - 1 file changed, 1 deletion(-) diff --git a/cimgen/languages/modernpython/templates/cimpy_class_template.mustache b/cimgen/languages/modernpython/templates/cimpy_class_template.mustache index 84d5a45f..14da3b41 100644 --- a/cimgen/languages/modernpython/templates/cimpy_class_template.mustache +++ b/cimgen/languages/modernpython/templates/cimpy_class_template.mustache @@ -11,7 +11,6 @@ from pydantic.dataclasses import dataclass from ..utils.profile import BaseProfile, Profile from {{class_location}} import {{sub_class_of}} {{setImports}} - @dataclass class {{class_name}}({{sub_class_of}}): """