Skip to content

Commit

Permalink
little linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Oct 7, 2024
1 parent f1249fd commit 8b3d96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywatershed/utils/netcdf_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def __init__(
# S1 gives "char" type in the file whereas another
# number gives "string" type. The former is properly
# handled by xarray
nc_type = f"S1"
nc_type = "S1"
if nc_type in dims_created:
continue

Expand Down

0 comments on commit 8b3d96b

Please sign in to comment.