Added missing import
This commit is contained in:
parent
eba9c6a137
commit
edb64926e3
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
from enum import Enum
|
||||
|
||||
class TypeTiers(str, Enum):
|
||||
"""Types de tiers possibles"""
|
||||
ALL = "all"
|
||||
|
|
|
|||
Loading…
Reference in a new issue