Skip to content

Commit 36bc239

Browse files
thepetkLujeni
authored andcommitted
Fix mypy
1 parent 1b73ebc commit 36bc239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab2sentry/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ def update(self, **kwargs) -> None:
378378
# Skip if sentry is installed or
379379
# Project has disabled MRs
380380
self._handle_g2s_project(
381-
g2s_project, sentry_group_name
382-
) # type: ignore
381+
g2s_project, sentry_group_name # type: ignore
382+
)
383383

384384
for key in self.run_stats.keys():
385385
logging.info(

0 commit comments

Comments
 (0)