Skip to content

Commit

Permalink
Fix test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
moradology committed Jul 7, 2021
1 parent 29108d8 commit 33a662f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stac_fastapi/pgstac/tests/resources/test_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pytest
from shapely.geometry import Polygon
from stac_pydantic import Collection, Item
from stac_pydantic.api.search import DATETIME_RFC339
from stac_pydantic.shared import DATETIME_RFC339


@pytest.mark.asyncio
Expand Down
2 changes: 1 addition & 1 deletion stac_fastapi/sqlalchemy/tests/resources/test_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from urllib.parse import parse_qs, urlparse, urlsplit

from shapely.geometry import Polygon
from stac_pydantic.api.search import DATETIME_RFC339
from stac_pydantic.shared import DATETIME_RFC339


def test_create_and_delete_item(app_client, load_test_data):
Expand Down

0 comments on commit 33a662f

Please sign in to comment.