Skip to content

Commit

Permalink
Reorder importorskip
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Oct 26, 2023
1 parent 6876482 commit e247866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datashader/tests/test_mpl_ext.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from __future__ import annotations
import pytest

pytest.importorskip("matplotlib")

import matplotlib
matplotlib.use("Agg")

Expand All @@ -11,8 +13,6 @@
import datashader as ds
from datashader.mpl_ext import dsshow

pytest.importorskip("matplotlib")


df = pd.DataFrame(
{
Expand Down

0 comments on commit e247866

Please sign in to comment.