From d2f3b97b62a886180a5d9d9cf26dd089917c9779 Mon Sep 17 00:00:00 2001 From: Lyn Nagara Date: Tue, 14 Apr 2026 16:19:12 -0700 Subject: [PATCH] ref(cells): Remove deprecated get_region_for_organization alias --- src/sentry/types/cell.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sentry/types/cell.py b/src/sentry/types/cell.py index ea4549f83a6c6d..d279c2f612e230 100644 --- a/src/sentry/types/cell.py +++ b/src/sentry/types/cell.py @@ -397,10 +397,6 @@ def get_cell_for_organization(organization_id_or_slug: str) -> Cell: return get_cell_by_name(name=mapping.cell_name) -# TOOD(cells): Remove alias once getsentry import sites are updated -get_region_for_organization = get_cell_for_organization - - def get_local_locality() -> Locality: """Get the locality for the cell this server instance is running in.""" cell = get_local_cell()