Skip to content

Commit 4792af8

Browse files
author
dcherian
committed
flake8 isort linting
1 parent c0a7fed commit 4792af8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xarray/tests/test_plot.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
import numpy as np
77
import pandas as pd
8-
import xarray as xr
98
import pytest
109

10+
import xarray as xr
1111
import xarray.plot as xplt
1212
from xarray import DataArray
1313
from xarray.coding.times import _import_cftime
@@ -17,9 +17,8 @@
1717
import_seaborn, label_from_attrs)
1818

1919
from . import (
20-
TestCase, assert_array_equal, assert_equal, raises_regex,
21-
requires_matplotlib, requires_matplotlib2, requires_seaborn,
22-
requires_cftime)
20+
TestCase, assert_array_equal, assert_equal, raises_regex, requires_cftime,
21+
requires_matplotlib, requires_matplotlib2, requires_seaborn)
2322

2423
# import mpl and change the backend before other mpl imports
2524
try:
@@ -1766,6 +1765,7 @@ def test_plot_cftime_data_error():
17661765
DataArray(easy_array((10, 3))),
17671766
DataArray(easy_array((10, 3, 2)))]
17681767

1768+
17691769
@requires_matplotlib
17701770
class TestAxesKwargs(object):
17711771
@pytest.mark.parametrize('da', test_da_list)

0 commit comments

Comments
 (0)