Unverified Commit e9f50a59 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[dask] remove unused imports from typing (#4079)

parent 4e47c935
......@@ -9,7 +9,7 @@ It is based on dask-lightgbm, which was based on dask-xgboost.
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
......
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