Skip to content
Snippets Groups Projects
Commit 5cda4290 authored by Jonas Braathen's avatar Jonas Braathen
Browse files

Ignore too many locals

parent 5a7de82e
No related branches found
No related tags found
1 merge request!404Role end notifier insight
Pipeline #198471 passed
...@@ -15,7 +15,7 @@ from gregui.mailutils.role_ending import RolesEnding ...@@ -15,7 +15,7 @@ from gregui.mailutils.role_ending import RolesEnding
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
def notify_sponsors_roles_ending() -> list[str]: def notify_sponsors_roles_ending() -> list[str]: # pylint: disable=too-many-locals
""" """
This task notifies sponsors of roles (that are accessible to them) This task notifies sponsors of roles (that are accessible to them)
that are about to expire. that are about to expire.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment