Skip to content
Snippets Groups Projects
Commit c9302855 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

[dask] fixed wrong import

parent 6469d19b
Branches
Tags
No related merge requests found
Pipeline #46382 passed
...@@ -40,6 +40,8 @@ def dask_get_partition_size(cluster, n_objects, lower_bound=200): ...@@ -40,6 +40,8 @@ def dask_get_partition_size(cluster, n_objects, lower_bound=200):
Minimum partition size. Minimum partition size.
""" """
from .sge import SGEMultipleQueuesCluster
if not isinstance(cluster, SGEMultipleQueuesCluster): if not isinstance(cluster, SGEMultipleQueuesCluster):
return None return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment