Skip to content
Snippets Groups Projects
Commit eb60d625 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

ignore pylint issue

parent 5df37b1a
No related branches found
No related tags found
1 merge request!336Pylint checks
......@@ -272,7 +272,7 @@ class StudySubject(models.Model):
# SIGNALS
@receiver(post_save, sender=StudySubject)
def set_as_resigned_or_excluded_or_endpoint_reached(sender, instance, **kwargs):
def set_as_resigned_or_excluded_or_endpoint_reached(sender, instance, **kwargs): # pylint: disable=unused-argument
if instance.excluded:
instance.mark_as_excluded()
if instance.resigned:
......
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