Skip to content

Commit

Permalink
Update import path for cells functions in h3ronpy
Browse files Browse the repository at this point in the history
  • Loading branch information
zacdezgeo committed Nov 26, 2024
1 parent 9054d20 commit 2a0b85a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion space2stats_api/src/space2stats/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import psycopg as pg
from geojson_pydantic import Feature
from h3ronpy.arrow import cells_to_string
from h3ronpy import cells_to_string
from psycopg import Connection

from .h3_utils import generate_h3_geometries, generate_h3_ids
Expand Down
2 changes: 1 addition & 1 deletion space2stats_api/src/tests/test_h3_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from h3ronpy.arrow import cells_parse
from h3ronpy import cells_parse
from shapely import from_geojson
from shapely.geometry import MultiPolygon, Polygon, mapping
from space2stats.h3_utils import generate_h3_geometries, generate_h3_ids
Expand Down

0 comments on commit 2a0b85a

Please sign in to comment.