Skip to content

Commit 0392ad3

Browse files
authored
fix(codeowners): Remove redundant argument from function signature (#99559)
This arg is no longer used/needed. This PR can be merged after getsentry/getsentry#18413 is deployed.
1 parent 642e7d2 commit 0392ad3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/issues/ownership/grammar.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,6 @@ def add_owner_ids_to_schema(rules: list[dict[str, Any]], owners_id: dict[str, in
533533
def create_schema_from_issue_owners(
534534
project_id: int,
535535
issue_owners: str | None,
536-
# TODO: remove this parameter in follow-up PR
537-
add_owner_ids: bool = False,
538536
remove_deleted_owners: bool = False,
539537
) -> dict[str, Any] | None:
540538
if issue_owners is None:

0 commit comments

Comments
 (0)