hasgeek / funnel

Cyclic import found PYL-R0401
Anti-pattern
Major
3 occurrences in this check
Cyclic import (funnel.models.account -> funnel.models.notification)
  1"""Test template strings in project crew membership notifications."""
  2
  3from pytest_bdd import given, parsers, scenarios, then, when
Cyclic import (funnel.models.account -> funnel.models.account_membership)
  1"""Test template strings in project crew membership notifications."""
  2
  3from pytest_bdd import given, parsers, scenarios, then, when
Cyclic import (funnel.models.account -> funnel.models.account_membership -> funnel.models.membership_mixin)
  1"""Test template strings in project crew membership notifications."""
  2
  3from pytest_bdd import given, parsers, scenarios, then, when