Skip to content

Commit 5b39d51

Browse files
omgjlkwestphahl
authored andcommitted
flake clean ups
1 parent 0841890 commit 5b39d51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/github3/checks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _update_attributes(self, suite):
6868
from . import pulls
6969
from .repos import ShortRepository
7070
self._api = suite['url']
71-
#self.base = Base(pull['base'], self)
71+
# self.base = Base(pull['base'], self)
7272
self.status = suite['status']
7373
self.conclusion = suite['conclusion']
7474
self.head_branch = suite['head_branch']
@@ -150,8 +150,8 @@ class CheckRun(models.GitHubCore):
150150
151151
.. attribute:: pull_requests
152152
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).
155155
156156
.. attribute:: id
157157

0 commit comments

Comments
 (0)