Skip to content

Commit

Permalink
FIX: false positive pylint
Browse files Browse the repository at this point in the history
Signed-off-by: Segelzwerg <25705862+Segelzwerg@users.noreply.github.com>
  • Loading branch information
Segelzwerg committed Oct 25, 2022
1 parent eaef70e commit d47ab97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions whist_core/session/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit d47ab97

Please sign in to comment.