79320139

Date: 2024-12-31 14:14:39
Score: 1
Natty:
Report link

try

from typing import Union
class MyModel(BaseModel):
    value: Union[MyCustomInt, int, str]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ido