sync/sync.py [379:386]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @overload  # noqa: F811
    @classmethod
    def for_bug(
        cls,
        git_gecko: Repo,
        git_wpt: Repo,
        bug: int,
        statuses: Iterable[str] | None,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sync/sync.py [391:398]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @overload  # noqa: F811
    @classmethod
    def for_bug(
        cls,
        git_gecko: Repo,
        git_wpt: Repo,
        bug: int,
        statuses: Iterable[str] | None,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



