Skip to content

Commit

Permalink
[CI] remove unused import in python tests (#8409)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Nov 3, 2022
1 parent b1b2524 commit bf8de22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python-package/xgboost/testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""
# pylint: disable=invalid-name,missing-function-docstring,import-error
import copy
import gc
import importlib.util
import multiprocessing
Expand Down

0 comments on commit bf8de22

Please sign in to comment.