Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Apr 25, 2024
1 parent 0332190 commit 0ec3bf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def pathname_property_filter(self) -> Optional[EventPropertyFilter]:

@cached_property
def property_filters_without_pathname(
self
self,
) -> list[Union[EventPropertyFilter, PersonPropertyFilter, SessionPropertyFilter]]:
return [p for p in self.query.properties if p.key != "$pathname"]

Expand Down

0 comments on commit 0ec3bf1

Please sign in to comment.