Skip to content

Commit

Permalink
lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Feb 21, 2021
1 parent fab0363 commit 8b6dc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/xgboost/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def eval(self, iteration, feval):
return self.bst.eval_set(self.watchlist, iteration, feval)


class _PackedBooster:
class _PackedBooster: # pylint: disable=too-few-public-methods
def __init__(self, cvfolds) -> None:
self.cvfolds = cvfolds

Expand Down

0 comments on commit 8b6dc1b

Please sign in to comment.