-
Notifications
You must be signed in to change notification settings - Fork 908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix missing Dask imports #7580
Fix missing Dask imports #7580
Conversation
@gpucibot merge (this seems to only merge after CI has passed so should be fine) |
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7580 +/- ##
===============================================
+ Coverage 81.86% 82.38% +0.51%
===============================================
Files 101 101
Lines 16884 17340 +456
===============================================
+ Hits 13822 14285 +463
+ Misses 3062 3055 -7
Continue to review full report at Codecov.
|
@gpucibot merge |
dask/dask#7345 removed some imports that we were improperly using from a dask module. Fix the imports to properly target `fsspec`. Authors: - Keith Kraus (@kkraus14) Approvers: - @jakirkham - Ashwin Srinath (@shwina) URL: rapidsai#7580
dask/dask#7345 removed some imports that we were improperly using from a dask module. Fix the imports to properly target
fsspec
.