79822075

Date: 2025-11-17 09:18:16
Score: 1.5
Natty:
Report link

Add init=False to exclude it from __init__:

id: Mapped[int] = mapped_column(primary_key=True, init=False)

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: chunlin yao