Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Jan 3, 2025
1 parent 00b6a8a commit 8c20855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_filters_jinja2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

import pytest
from fastapi.testclient import TestClient
from utils import AppFactory

from tests.utils import single_chunk_async_stream_response
from utils import AppFactory, single_chunk_async_stream_response


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

0 comments on commit 8c20855

Please sign in to comment.