Skip to content

Commit

Permalink
CLN: remove uniqueRows
Browse files Browse the repository at this point in the history
  • Loading branch information
halbmy committed Nov 13, 2024
1 parent 1371ca6 commit 44ffcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygimli/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
getIndex, grange, logDropTol, niceLogspace,
prettify, prettyFloat, prettyTime,
randn, rand, trimDocString, unicodeToAscii, unique,
unique_everseen, unique_rows, uniqueAndSum)
unique_everseen, uniqueAndSum)

from .streams import streamline, streamlineDir
from .dem import DEM
Expand Down

0 comments on commit 44ffcf6

Please sign in to comment.