Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aspicer committed Oct 2, 2024
1 parent cfb2c8c commit c9fc432
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion posthog/hogql/functions/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,6 @@ def compare_types(arg_types: list[ConstantType], sig_arg_types: tuple[ConstantTy
"aggregate_funnel_test": HogQLFunctionMeta("aggregate_funnel_test", 6, 6, aggregate=False),
}
# We want CI to fail if there is a breaking change and the version hasn't been incremented
# Remove UDF versioning for now
if is_cloud() or is_ci():
from posthog.udf_versioner import augment_function_name

Expand Down

0 comments on commit c9fc432

Please sign in to comment.