hasgeek / funnel

Cyclic import found PYL-R0401
Anti-pattern
Major
4 occurrences in this check
Cyclic import (funnel.models.account -> funnel.models.project)
  1"""Proposal (submission) model, the primary content type within a project."""
  2
  3from __future__ import annotations
Cyclic import (funnel.models.account -> funnel.models.proposal)
  1"""Proposal (submission) model, the primary content type within a project."""
  2
  3from __future__ import annotations
Cyclic import (funnel.models.account -> funnel.models.proposal -> funnel.models.project)
  1"""Proposal (submission) model, the primary content type within a project."""
  2
  3from __future__ import annotations
Cyclic import (funnel.models.project -> funnel.models.proposal)
  1"""Proposal (submission) model, the primary content type within a project."""
  2
  3from __future__ import annotations