Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions posthog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@

__version__ = VERSION


def public_api_snapshot_probe() -> str:
"""Temporary public API used to verify the snapshot CI check."""
return "public-api-snapshot-probe"


"""Context management."""


Expand Down
Loading