From edb64926e3990f2a63a1cde8bda63cc344cf4548 Mon Sep 17 00:00:00 2001 From: Fanilo-Nantenaina Date: Mon, 29 Dec 2025 11:26:45 +0300 Subject: [PATCH] Added missing import --- schemas/tiers/type_tiers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schemas/tiers/type_tiers.py b/schemas/tiers/type_tiers.py index a14b3e7..c5a8cf1 100644 --- a/schemas/tiers/type_tiers.py +++ b/schemas/tiers/type_tiers.py @@ -1,3 +1,5 @@ +from enum import Enum + class TypeTiers(str, Enum): """Types de tiers possibles""" ALL = "all"