Skip to content

Commit 8c20855

Browse files
committed
Fix import
1 parent 00b6a8a commit 8c20855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_filters_jinja2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
import pytest
66
from fastapi.testclient import TestClient
7-
from utils import AppFactory
87

9-
from tests.utils import single_chunk_async_stream_response
8+
from utils import AppFactory, single_chunk_async_stream_response
9+
1010

1111
app_factory = AppFactory(
1212
oidc_discovery_url="https://example-stac-api.com/.well-known/openid-configuration",

0 commit comments

Comments
 (0)