(self, pr_resolved: ghstack.diff.PullRequestResolved)
| 56 | # This should be subsumed by push_hook above, but push_hook is |
| 57 | # annoying to implement and this is more direct |
| 58 | def notify_merged(self, pr_resolved: ghstack.diff.PullRequestResolved) -> None: |
| 59 | pass |
| 60 | |
| 61 | def get(self, path: str, **kwargs: Any) -> Any: |
| 62 | """ |