Skip to content

Commit 3fbbac9

Browse files
committed
Fix import after rebase
1 parent 7f90bd3 commit 3fbbac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/sqlalchemy/tests/resources/test_item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from stac_pydantic.shared import DATETIME_RFC339
1414

1515
from stac_fastapi.sqlalchemy.core import CoreCrudClient
16-
from stac_fastapi.types.clients import LandingPageMixin
16+
from stac_fastapi.types.clients.landing import LandingPageMixin
1717

1818

1919
def test_create_and_delete_item(app_client, load_test_data):

0 commit comments

Comments
 (0)