Skip to content

Commit

Permalink
fix tests import
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Apr 24, 2024
1 parent fbcaee9 commit a03842e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_arrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
import pytest
from ciso8601 import parse_rfc3339

from stac_geoparquet.from_arrow import stac_table_to_items
from stac_geoparquet.to_arrow import parse_stac_items_to_arrow
from stac_geoparquet.arrow import parse_stac_items_to_arrow, stac_table_to_items

HERE = Path(__file__).parent

Expand Down

0 comments on commit a03842e

Please sign in to comment.