Skip to content

Commit be0b0d2

Browse files
style: apply ruff format
1 parent a4d94fa commit be0b0d2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/sentry/models/releases/set_commits.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,7 @@ def update_group_resolutions(release, commit_author_by_commit):
287287
requested_pairs: set[tuple[int, int]] = {
288288
(group_project_lookup[gid], commit_id_by_group[gid])
289289
for gid in group_project_lookup
290-
if group_project_lookup.get(gid) not in release_project_ids
291-
and gid in commit_id_by_group
290+
if group_project_lookup.get(gid) not in release_project_ids and gid in commit_id_by_group
292291
}
293292
# Maps (project_id, commit_id) -> (release_id, release_version) for the
294293
# earliest project-scoped release containing each cross-project commit.

0 commit comments

Comments
 (0)