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 Jun 10, 2024
1 parent fa67523 commit fc07436
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/compaction/landlab.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Compact layers of sediment due to overlying load."""

from landlab import Component # type: ignore
from scipy.constants import g # type: ignore

Expand Down
1 change: 1 addition & 0 deletions tests/test_compaction.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Unit tests for compaction."""

from io import StringIO

import numpy as np # type: ignore
Expand Down
1 change: 1 addition & 0 deletions tests/test_component.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Unit tests for compaction landlab component."""

import numpy as np # type: ignore
from landlab import RasterModelGrid # type: ignore
from numpy.testing import assert_array_almost_equal # type: ignore
Expand Down

0 comments on commit fc07436

Please sign in to comment.