From c9fc432fdad05036213c2854bf0508173475e80b Mon Sep 17 00:00:00 2001 From: Alexander Spicer Date: Wed, 2 Oct 2024 12:04:13 -0700 Subject: [PATCH] remove comment --- posthog/hogql/functions/mapping.py | 1 - 1 file changed, 1 deletion(-) 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