File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def _update_attributes(self, suite):
68
68
from . import pulls
69
69
from .repos import ShortRepository
70
70
self ._api = suite ['url' ]
71
- #self.base = Base(pull['base'], self)
71
+ # self.base = Base(pull['base'], self)
72
72
self .status = suite ['status' ]
73
73
self .conclusion = suite ['conclusion' ]
74
74
self .head_branch = suite ['head_branch' ]
@@ -150,8 +150,8 @@ class CheckRun(models.GitHubCore):
150
150
151
151
.. attribute:: pull_requests
152
152
153
- A list of representations of the pull requests the check run belongs to as
154
- :class:`~github3.pulls.ShortPullRequest` (this may be empty).
153
+ A list of representations of the pull requests the check run belongs to
154
+ as :class:`~github3.pulls.ShortPullRequest` (this may be empty).
155
155
156
156
.. attribute:: id
157
157
You can’t perform that action at this time.
0 commit comments