Skip to content

Commit

Permalink
TST: tentative simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jan 15, 2023
1 parent 5d5f00e commit d398027
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions unyt/dask_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@
"""

from functools import wraps

import numpy as np
import pytest

import unyt.array as ua

__doctest_requires__ = {
("unyt_from_dask", "reduce_with_units", "unyt_dask_array.to_dask"): ["dask"],
}

import pytest

pytest.importorskip("dask")
del pytest
from dask.array.core import Array as DaskArray, finalize as dask_finalize # noqa: E402
Expand Down

0 comments on commit d398027

Please sign in to comment.