From d47ab97ea8f38cae74c7bd03976c7e0ddf11280b Mon Sep 17 00:00:00 2001 From: Segelzwerg <25705862+Segelzwerg@users.noreply.github.com> Date: Tue, 25 Oct 2022 22:10:23 +0200 Subject: [PATCH] FIX: false positive pylint Signed-off-by: Segelzwerg <25705862+Segelzwerg@users.noreply.github.com> --- whist_core/session/table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/whist_core/session/table.py b/whist_core/session/table.py index 870061d7..a6415526 100644 --- a/whist_core/session/table.py +++ b/whist_core/session/table.py @@ -19,6 +19,7 @@ class Table(Session): started: bool = False rubbers: list[Rubber] = [] + # pylint: disable=no-self-argument @root_validator(pre=True) def validate_min_is_lower_max_player(cls, values): """