Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Apr 16, 2024
1 parent e330766 commit ecf86ea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/h3/api/basic_int/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,10 @@ def uncompact_cells(cells, res):
Notes
-----
There is currently no guaranteed order of the output cells.
TODO: add test to make sure an error is returned when input contains cell smaller than output res.
https://github.com/uber/h3/blob/master/src/h3lib/lib/h3Index.c#L425
"""
# TODO: add test to make sure an error is returned when input contains cell
# smaller than output res.

hc = _in_collection(cells)
hu = _cy.uncompact_cells(hc, res)

Expand Down Expand Up @@ -959,7 +959,6 @@ def great_circle_distance(latlng1, latlng2, unit='km'):
unit: str
Unit for distance result (``'km'``, ``'m'``, or ``'rads'``)
Returns
-------
The spherical distance between the points in the given units
Expand Down

0 comments on commit ecf86ea

Please sign in to comment.