Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jun 21, 2024
1 parent d6420d2 commit 3cf7917
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions posthog/cdp/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ def generate_template_bytecode(obj: Any) -> Any:
return obj


logger = logging.getLogger(__name__)


class InputsSchemaItemSerializer(serializers.Serializer):
type = serializers.ChoiceField(
choices=["string", "boolean", "dictionary", "choice", "json", "integration", "integration_field"]
Expand Down

0 comments on commit 3cf7917

Please sign in to comment.