Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Oct 25, 2023
1 parent ba784d1 commit 4d72e12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7800,4 +7800,4 @@ uncategorized = [
'landlab.grid.voronoi.VoronoiDelaunayGrid.xy_of_link',
'landlab.grid.voronoi.VoronoiDelaunayGrid.xy_of_reference',
'landlab.grid.voronoi.VoronoiDelaunayGrid.y_of_corner',
]
]
2 changes: 1 addition & 1 deletion docs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ sphinx-jinja
sphinx>=4
sphinxcontrib.towncrier
tomli
towncrier
towncrier
2 changes: 1 addition & 1 deletion landlab/components/stream_power/cfuncs.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -482,4 +482,4 @@ def new_elev_prime(DTYPE_FLOAT_t x,

f = (1.0 + a) - c * d * np.exp(-d * (x - b))

return f
return f
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ type = [
{name="Bug Fixes", directory="bugfix", showcontent=true},
{name="Documentation Enhancements", directory="docs", showcontent=true},
{name="Other Changes and Additions", directory="misc", showcontent=true},
]
]

0 comments on commit 4d72e12

Please sign in to comment.