Skip to content

Commit 0abe49c

Browse files
committed
Consistency
1 parent 90db30a commit 0abe49c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

github3/pulls.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,10 @@ def __init__(self, comment, session=None):
362362

363363
#: Path to the file
364364
self.path = comment.get('path')
365+
365366
#: Position within the commit
366367
self.position = comment.get('position') or 0
368+
367369
#: SHA of the commit the comment is on
368370
self.commit_id = comment.get('commit_id')
369371

0 commit comments

Comments
 (0)