Skip to content

Commit 7392c81

Browse files
author
dcherian
committed
isort
1 parent 4c82009 commit 7392c81

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

xarray/plot/dataset_plot.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import functools
22

3-
import numpy as np
4-
53
from ..core.alignment import broadcast
64
from .facetgrid import _easy_facetgrid
75
from .utils import (
8-
_add_colorbar, _ensure_numeric, _process_cmap_cbar_kwargs,
9-
_valid_other_type, get_axis, label_from_attrs)
6+
_add_colorbar, _ensure_numeric, _process_cmap_cbar_kwargs, get_axis,
7+
label_from_attrs)
108

119

1210
def _infer_meta_data(ds, x, y, hue, hue_style, add_colorbar,

xarray/plot/facetgrid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
from ..core.formatting import format_item
99
from .utils import (
10-
_infer_xy_labels, _process_cmap_cbar_kwargs,
11-
import_matplotlib_pyplot, label_from_attrs)
10+
_infer_xy_labels, _process_cmap_cbar_kwargs, import_matplotlib_pyplot,
11+
label_from_attrs)
1212

1313
# Overrides axes.labelsize, xtick.major.size, ytick.major.size
1414
# from mpl.rcParams

xarray/plot/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
import textwrap
33
import warnings
44
from datetime import datetime
5+
from inspect import getfullargspec
56

67
import numpy as np
78
import pandas as pd
89

9-
from inspect import getfullargspec
10-
1110
from ..core.options import OPTIONS
1211
from ..core.utils import is_scalar
1312

0 commit comments

Comments
 (0)