Format changed file

This commit is contained in:
Jay Newlin (PW) 2018-12-18 11:32:21 -05:00
parent 628c61024b
commit 0800e506e4

View File

@ -200,7 +200,7 @@ class Request(Base, mixins.TimestampsMixin, mixins.AuditableMixin):
or self.status == RequestStatus.CHANGES_REQUESTED_TO_FINVER or self.status == RequestStatus.CHANGES_REQUESTED_TO_FINVER
): ):
review = self.latest_status.review review = self.latest_status.review
if review: #pragma: no branch if review: # pragma: no branch
return review.comment return review.comment
@property @property