Skip to content

Commit

Permalink
Solve max-line-length=88
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencalje committed Oct 10, 2023
1 parent 60bf949 commit bf99da6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hydropandas/io/knmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,8 @@ class of the observations, can be PrecipitationObs or
)
else:
raise ValueError(
"stns, location and xy are all None. Please specify one of these arguments."
"stns, location and xy are all None. "
"Please specify one of these arguments."
)
_stns = np.unique(_stns)

Expand Down

0 comments on commit bf99da6

Please sign in to comment.