Skip to content

Commit

Permalink
lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Nov 6, 2024
1 parent 55b116a commit 05881a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python-package/xgboost/spark/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
from pyspark import BarrierTaskContext, SparkConf, SparkContext, SparkFiles, TaskContext
from pyspark.sql.session import SparkSession

from xgboost import Booster, XGBModel
from xgboost.collective import CommunicatorContext as CCtx
from xgboost.tracker import RabitTracker

from ..collective import CommunicatorContext as CCtx
from ..collective import _Args as CollArgs
from ..collective import _ArgVals as CollArgsVals
from ..core import Booster
from ..sklearn import XGBModel
from ..tracker import RabitTracker


def get_class_name(cls: Type) -> str:
Expand Down

0 comments on commit 05881a5

Please sign in to comment.