79314250

Date: 2024-12-28 17:30:47
Score: 0.5
Natty:
Report link

Starting with python 3.11 you can just unpack tuple/array with a star operator:

class CategoryRequest(BaseModel):
    class_name: Literal[*CLASS_NAME_VALUES]
    icon_name: Literal[*ICON_NAME_VALUES]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Valerij