diff --git a/packages/whoowns/whoowns/ownership_utils.py b/packages/whoowns/whoowns/ownership_utils.py index 152b032..bbf7283 100644 --- a/packages/whoowns/whoowns/ownership_utils.py +++ b/packages/whoowns/whoowns/ownership_utils.py @@ -13,10 +13,6 @@ from pathlib import Path -def get_codeowners_path(repo_dir: Path) -> Path: - return repo_dir / ".github" / "CODEOWNERS" - - def find_codeowners_file(repo_dir: Path) -> Path | None: relative_codeowner_paths = [".github/CODEOWNERS", "CODEOWNERS", "docs/CODEOWNERS"] for relative_path in relative_codeowner_paths: