Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weiqi-tori committed Jan 17, 2025
1 parent 6130996 commit 8a394b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion city_metrix/layers/riparian_areas.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from scipy.ndimage import distance_transform_edt

from .layer import Layer
from .test_height_above_nearest_drainage import HeightAboveNearestDrainage
from .height_above_nearest_drainage import HeightAboveNearestDrainage


class RiparianAreas(Layer):
Expand Down

0 comments on commit 8a394b2

Please sign in to comment.