From ca63b85086d580d7d70c5cbca0a659258ecac565 Mon Sep 17 00:00:00 2001 From: didavila Date: Tue, 24 Mar 2026 16:31:17 +0100 Subject: [PATCH] refactor: remove unused imports section from model template --- templates/model.mustache | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/model.mustache b/templates/model.mustache index 4224b8b..8139b1f 100644 --- a/templates/model.mustache +++ b/templates/model.mustache @@ -1,8 +1,5 @@ {{#models}} {{#model}} -{{#imports}} -import { {{classname}} } from './{{classFilename}}.dto'; -{{/imports}} /** * {{classname}} DTO * {{#description}}{{description}}{{/description}}