Skip to content

Commit d53ea14

Browse files
authored
ref(cells): Remove deprecated get_region_for_organization alias (#113003)
Depends on getsentry/getsentry#19903
1 parent d4614a0 commit d53ea14

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sentry/types/cell.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,6 @@ def get_cell_for_organization(organization_id_or_slug: str) -> Cell:
397397
return get_cell_by_name(name=mapping.cell_name)
398398

399399

400-
# TOOD(cells): Remove alias once getsentry import sites are updated
401-
get_region_for_organization = get_cell_for_organization
402-
403-
404400
def get_local_locality() -> Locality:
405401
"""Get the locality for the cell this server instance is running in."""
406402
cell = get_local_cell()

0 commit comments

Comments
 (0)