"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "aafdf7415c2c40c4760428b31b0f6748581298d8"
Unverified Commit 9627001c authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[python] remove unused import from `basic.py` (#5188)

parent 8359da63
...@@ -7,7 +7,6 @@ import warnings ...@@ -7,7 +7,6 @@ import warnings
from collections import OrderedDict from collections import OrderedDict
from copy import deepcopy from copy import deepcopy
from functools import wraps from functools import wraps
from logging import Logger
from os import SEEK_END from os import SEEK_END
from os.path import getsize from os.path import getsize
from pathlib import Path from pathlib import Path
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment