diff --git a/posthog/hogql/functions/mapping.py b/posthog/hogql/functions/mapping.py index 75512d75f4945..4d81087524316 100644 --- a/posthog/hogql/functions/mapping.py +++ b/posthog/hogql/functions/mapping.py @@ -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