Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
aspicer committed Nov 30, 2024
1 parent 595d6e5 commit bd575c2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions posthog/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
RetentionQuery,
PathsQuery,
StickinessQuery,
LifecycleQuery, StickinessActorsQuery,
LifecycleQuery,
StickinessActorsQuery,
)

FilterType: TypeAlias = Union[Filter, PathFilter, RetentionFilter, StickinessFilter]
Expand All @@ -46,7 +47,9 @@
LifecycleQuery,
]

InsightActorsQueryNode: TypeAlias = Union[InsightActorsQuery, FunnelsActorsQuery, FunnelCorrelationActorsQuery, StickinessActorsQuery]
InsightActorsQueryNode: TypeAlias = Union[
InsightActorsQuery, FunnelsActorsQuery, FunnelCorrelationActorsQuery, StickinessActorsQuery
]

AnyPropertyFilter: TypeAlias = Union[
EventPropertyFilter,
Expand Down

0 comments on commit bd575c2

Please sign in to comment.