Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
e9f50a59
Unverified
Commit
e9f50a59
authored
Mar 16, 2021
by
James Lamb
Committed by
GitHub
Mar 17, 2021
Browse files
[dask] remove unused imports from typing (#4079)
parent
4e47c935
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python-package/lightgbm/dask.py
python-package/lightgbm/dask.py
+1
-1
No files found.
python-package/lightgbm/dask.py
View file @
e9f50a59
...
@@ -9,7 +9,7 @@ It is based on dask-lightgbm, which was based on dask-xgboost.
...
@@ -9,7 +9,7 @@ It is based on dask-lightgbm, which was based on dask-xgboost.
import
socket
import
socket
from
collections
import
defaultdict
from
collections
import
defaultdict
from
copy
import
deepcopy
from
copy
import
deepcopy
from
typing
import
Any
,
Callable
,
Dict
,
Iterable
,
List
,
Optional
,
Set
,
Type
,
Union
from
typing
import
Any
,
Callable
,
Dict
,
List
,
Optional
,
Type
,
Union
from
urllib.parse
import
urlparse
from
urllib.parse
import
urlparse
import
numpy
as
np
import
numpy
as
np
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment