Skip to content

Commit

Permalink
qq
Browse files Browse the repository at this point in the history
  • Loading branch information
aspicer committed Aug 23, 2024
1 parent 89b0371 commit ebadbdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,4 @@ def get_query(self) -> ast.SelectQuery:
""",
{"fill_query": fill_query, "inner_select": inner_select},

Check failure on line 158 in posthog/hogql_queries/insights/funnels/funnel_trends_udf.py

View workflow job for this annotation

GitHub Actions / Python code quality checks

Dict entry 0 has incompatible type "str": "str"; expected "str": "Expr"
)

return cast(ast.SelectQuery, s)
Original file line number Diff line number Diff line change
Expand Up @@ -1615,5 +1615,5 @@ def test_parses_breakdown_correctly(self):


@patch("posthoganalytics.feature_enabled", new=Mock(return_value=False))
class TestFunnelTrends(BaseTestFunnelTrends):
class BaseTestFunnelTrends(BaseTestFunnelTrends):

Check failure on line 1618 in posthog/hogql_queries/insights/funnels/test/test_funnel_trends.py

View workflow job for this annotation

GitHub Actions / Python code quality checks

Name "BaseTestFunnelTrends" already defined on line 27
pass

0 comments on commit ebadbdf

Please sign in to comment.