Skip to content

Commit 24caf5d

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -738,9 +738,7 @@ async def apply_affiliations(
738738
batch = organization_identity_inputs[
739739
batch_start : batch_start + self.IDENTITY_LOOKUP_BATCH_SIZE
740740
]
741-
resolved_organizations.extend(
742-
await find_many_organization_ids_by_identities(batch)
743-
)
741+
resolved_organizations.extend(await find_many_organization_ids_by_identities(batch))
744742

745743
resolved_stints: list[tuple[str, str, AffiliationOrganizationStint]] = []
746744
seen_stints: set[tuple[str, str, date | None, date | None]] = set()

0 commit comments

Comments
 (0)