Skip to content

Commit 08e4f40

Browse files
committed
Fix import
1 parent 00b6a8a commit 08e4f40

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_filters_jinja2.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
import pytest
66
from fastapi.testclient import TestClient
7-
from utils import AppFactory
8-
9-
from tests.utils import single_chunk_async_stream_response
7+
from utils import AppFactory, single_chunk_async_stream_response
108

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

0 commit comments

Comments
 (0)