From 573a5bc56bd8596846b28a9731e2712971bb73a2 Mon Sep 17 00:00:00 2001 From: Ben Brostoff Date: Sun, 28 Jan 2024 19:42:14 -0500 Subject: [PATCH] Lint --- draftfast/rules.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/draftfast/rules.py b/draftfast/rules.py index 1d7c43c..c891e26 100644 --- a/draftfast/rules.py +++ b/draftfast/rules.py @@ -242,7 +242,8 @@ def __eq__(self, other): # "Up to five players from same team, provided one is a pitcher." # Rules below take 5 and subtract the pitcher to end up in same place. - # Ref: https://support.fanduel.com/s/article/How-many-players-can-I-select-from-one-team + # Ref: + # https://support.fanduel.com/s/article/How-many-players-can-I-select-from-one-team position_per_team_rules=[[lambda pos: "P" not in pos, 4]], )