Skip to content
forked from pydata/xarray

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Dec 30, 2019
1 parent 71f547d commit 97f3323
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion xarray/core/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ def __init__(
self._obj = obj
self._group = group
self._group_dim = group_dim
self._group_coord = obj[group_dim]
self._group_indices = group_indices
self._unique_coord = unique_coord
self._stacked_dim = stacked_dim
Expand Down
1 change: 0 additions & 1 deletion xarray/plot/facetgrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import numpy as np


from ..core.formatting import format_item
from .utils import (
_infer_xy_labels,
Expand Down

0 comments on commit 97f3323

Please sign in to comment.