Skip to content

Commit f0134d3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 495b2ca commit f0134d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

windrose/windrose.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,9 @@ def _init_plot(self, direction, var, **kwargs):
378378

379379
if np.isnan(bins).any():
380380
raise ValueError(
381-
"Could not compute the bins due to the presence of NaNs in "
382-
"either the bins provided or the original data.")
381+
"Could not compute the bins due to the presence of NaNs in "
382+
"either the bins provided or the original data.",
383+
)
383384

384385
# Number of sectors
385386
nsector = kwargs.pop("nsector", None)

0 commit comments

Comments
 (0)