SlimG commited on
Commit
dbf2bcc
·
1 Parent(s): 4175d10

clean code

Browse files
Files changed (1) hide show
  1. app/reference.py +0 -5
app/reference.py CHANGED
@@ -47,11 +47,6 @@ class Surfaces(EnumWithFrValue):
47
  GRASS = ("Grass", "Gazon")
48
  CARPET = ("Carpet", "Synthétique")
49
 
50
- # @classmethod
51
- # def get_fr_value_from_value(cls, value: Optional[str]) -> str:
52
- # print(value)
53
- # return cls.super().get_fr_value_from_value(value)
54
-
55
  class Courts(EnumWithFrValue):
56
  INDOOR = ("Indoor", "Intérieur")
57
  OUTDOOR = ("Outdoor", "Extérieur")
 
47
  GRASS = ("Grass", "Gazon")
48
  CARPET = ("Carpet", "Synthétique")
49
 
 
 
 
 
 
50
  class Courts(EnumWithFrValue):
51
  INDOOR = ("Indoor", "Intérieur")
52
  OUTDOOR = ("Outdoor", "Extérieur")