79340833

Date: 2025-01-08 21:51:03
Score: 1
Natty:
Report link

Try to remove imports and use string literals. Reffering to Import cycles.

Smth like this:

class Parent(Base):
...
children: Mapped[list["Child"]] = relationship("Child", back_populates="parent")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nikita