All conditions are met by this point; no branch really exists

This commit is contained in:
Jay Newlin (PW)
2018-12-18 11:14:19 -05:00
parent 2e2eff2e8e
commit 4d834e65c7
2 changed files with 2 additions and 2 deletions

View File

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