From 17632adb9cfb39ccd8c2e80bf590458b25edeab4 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Mon, 28 Dec 2020 10:56:29 +0100 Subject: [PATCH] Add missing docstring for IgnoreSolveOption --- aleksis/core/data_checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aleksis/core/data_checks.py b/aleksis/core/data_checks.py index 61ae94a27..192a5fc65 100644 --- a/aleksis/core/data_checks.py +++ b/aleksis/core/data_checks.py @@ -46,6 +46,7 @@ class SolveOption: class IgnoreSolveOption(SolveOption): + """Mark the object with data issues as solved.""" name = "ignore" verbose_name = _("Ignore problem") -- GitLab