style: format dashboard analytics fix
All checks were successful
All checks were successful
This commit is contained in:
@@ -1177,7 +1177,9 @@ class DashboardAnalyticsService:
|
||||
)
|
||||
if executors_total:
|
||||
return executors_total
|
||||
return sum(1 for organization in organizations if organization.goz_participation)
|
||||
return sum(
|
||||
1 for organization in organizations if organization.goz_participation
|
||||
)
|
||||
|
||||
@classmethod
|
||||
def get_dashboard(
|
||||
|
||||
Reference in New Issue
Block a user