Remove intentional partial branch from coverage stats
This commit is contained in:
parent
b8dbfdfbaa
commit
2e2eff2e8e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user