Skip to content

Commit b524c49

Browse files
committed
fix: make prettier and linter happy
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
1 parent 4ed8143 commit b524c49

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

services/apps/git_integration/src/crowdgit/services/affiliation/affiliation_service.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,8 +666,7 @@ async def exclude_parent_repo_affiliations(
666666
organizations = [
667667
organization
668668
for organization in entry.organizations
669-
if (key := self.affiliation_stint_key(entry.contributor, organization))
670-
is None
669+
if (key := self.affiliation_stint_key(entry.contributor, organization)) is None
671670
or key not in parent_stint_keys
672671
]
673672
if organizations:

0 commit comments

Comments
 (0)