diff --git a/posthog/types.py b/posthog/types.py index 2ab9d89f10903..0ee3e5f72155b 100644 --- a/posthog/types.py +++ b/posthog/types.py @@ -31,7 +31,8 @@ RetentionQuery, PathsQuery, StickinessQuery, - LifecycleQuery, StickinessActorsQuery, + LifecycleQuery, + StickinessActorsQuery, ) FilterType: TypeAlias = Union[Filter, PathFilter, RetentionFilter, StickinessFilter] @@ -46,7 +47,9 @@ LifecycleQuery, ] -InsightActorsQueryNode: TypeAlias = Union[InsightActorsQuery, FunnelsActorsQuery, FunnelCorrelationActorsQuery, StickinessActorsQuery] +InsightActorsQueryNode: TypeAlias = Union[ + InsightActorsQuery, FunnelsActorsQuery, FunnelCorrelationActorsQuery, StickinessActorsQuery +] AnyPropertyFilter: TypeAlias = Union[ EventPropertyFilter,