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 23, 2024
1 parent ed0d0c5 commit 8769944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snaphu/io/_raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def transform(self) -> rasterio.transform.Affine:
@property
def nodata(self) -> float | None:
"""
float or None : The raster's nodata value (may be unset).
Float or None : The raster's nodata value (may be unset).
The raster's nodata value, or None if no nodata value was set.
"""
Expand Down

0 comments on commit 8769944

Please sign in to comment.