Skip to content

Commit

Permalink
[dask] remove unused imports from typing (#4079)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Mar 16, 2021
1 parent 4e47c93 commit e9f50a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/lightgbm/dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import socket
from collections import defaultdict
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

import numpy as np
Expand Down

0 comments on commit e9f50a5

Please sign in to comment.