Closed 4nthonylin closed 1 year ago
Noticed that cellToBoundary was type hinted to accept H3Index however it actually can accept H3InputIndex. Updated type hints for cellToBoundary and a few other functions I noticed that had the same problem.
cellToBoundary
H3Index
H3InputIndex
Thanks for contributing!
Noticed that
cellToBoundary
was type hinted to acceptH3Index
however it actually can acceptH3InputIndex
. Updated type hints forcellToBoundary
and a few other functions I noticed that had the same problem.