Remove intentional partial branch from coverage stats

This commit is contained in:
Jay Newlin (PW) 2018-12-18 10:46:51 -05:00
parent b8dbfdfbaa
commit 2e2eff2e8e

View File

@ -81,7 +81,7 @@ class Invitation(Base, TimestampsMixin, AuditableMixin):
@property
def workspace(self):
if self.workspace_role:
if self.workspace_role: #pragma: no branch
return self.workspace_role.workspace
@property