Remove intentional partial branch from coverage stats

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

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: if review: #pragma: no branch
return review.comment return review.comment
@property @property