Skip to content

Commit 9905b78

Browse files
committed
chore: fix lint
1 parent 7ae1a34 commit 9905b78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

services/apps/git_integration/src/crowdgit/services/commit/commit_service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,11 +673,11 @@ async def _process_activities_from_commits(
673673
gc.collect()
674674

675675
logger.info(f"Actual number of commits to be processed: {len(commit_texts)}")
676-
676+
677677
# Update total_commits metric
678678
if self._metrics_context:
679679
self._metrics_context["total_commits"] += len(commit_texts)
680-
680+
681681
if len(commit_texts) == 0:
682682
self.logger.info("No commits to be processed")
683683
return

0 commit comments

Comments
 (0)