[dask] remove outdated comment (#6699)

This commit is contained in:
James Lamb 2021-02-15 04:49:11 -06:00 committed by GitHub
parent 4c5d2608e0
commit dc97b5f19f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,12 +69,8 @@ try:
except ImportError: except ImportError:
TrainReturnT = Dict[str, Any] # type:ignore TrainReturnT = Dict[str, Any] # type:ignore
# Current status is considered as initial support, many features are not properly
# supported yet.
#
# TODOs: # TODOs:
# - CV # - CV
# - Ranking
# #
# Note for developers: # Note for developers:
# #