We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4614a0 commit d53ea14Copy full SHA for d53ea14
src/sentry/types/cell.py
@@ -397,10 +397,6 @@ def get_cell_for_organization(organization_id_or_slug: str) -> Cell:
397
return get_cell_by_name(name=mapping.cell_name)
398
399
400
-# TOOD(cells): Remove alias once getsentry import sites are updated
401
-get_region_for_organization = get_cell_for_organization
402
-
403
404
def get_local_locality() -> Locality:
405
"""Get the locality for the cell this server instance is running in."""
406
cell = get_local_cell()
0 commit comments