Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 20, 2024
1 parent d10f79c commit 77b2c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/plot/facetgrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def map_plot1d(
if self._single_group:
full = tuple(
{self._single_group: v}
for v in range(0, self.data[self._single_group].size)
for v in range(self.data[self._single_group].size)
)
empty = (None,) * (self._nrow * self._ncol - len(full))
name_d = full + empty
Expand Down

0 comments on commit 77b2c2c

Please sign in to comment.