79293250

Date: 2024-12-19 06:09:23
Score: 2.5
Natty:
Report link

Type annotation for an instance variable must be done at the class level. Such annotations, if not explicitly marked using ClassVar, are understood to relate to instance variables that will be defined in init. Refer also to the relevant section of PEP 526 and the documentation of ClassVar.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: FTG