Skip to content

Commit

Permalink
Flake8 error fix caused by Sphinx error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MoseleyS committed Jan 8, 2024
1 parent 50ed0a4 commit 1ecb746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion improver/precipitation_type/snow_splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def process(self, cubes: CubeList,) -> Cube:
Raises:
ValueError: If, at some grid square, both snow_cube and rain_cube have a probability of
0
"""
""" # noqa: W605 (flake8 objects to \_ in "lwe\_" that is required for Sphinx)

rain_cube, snow_cube, precip_cube = self.separate_input_cubes(cubes)

Expand Down

0 comments on commit 1ecb746

Please sign in to comment.