From b52f2dd324120190aeac134acbe14011ee7641ce Mon Sep 17 00:00:00 2001 From: Matteo Campinoti Date: Fri, 16 Aug 2024 13:48:17 +0200 Subject: [PATCH] models.reference_files:TActionType - remove "template" --- acacore/models/reference_files.py | 1 - 1 file changed, 1 deletion(-) diff --git a/acacore/models/reference_files.py b/acacore/models/reference_files.py index 0f3d6dd..39ed117 100644 --- a/acacore/models/reference_files.py +++ b/acacore/models/reference_files.py @@ -14,7 +14,6 @@ TActionType = Literal[ "convert", "extract", - "template", "manual", "rename", "ignore",