Skip to content

Commit 62e8d30

Browse files
committed
lint
1 parent 6b58c81 commit 62e8d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stac_fastapi/core/stac_fastapi/core/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ async def delete_collection(self, collection_id: str, **kwargs) -> None:
911911

912912
@attr.s
913913
class BulkTransactionsClient(BaseBulkTransactionsClient):
914-
"""A client for posting bulk transactions to a Postgres database.
914+
"""A client for posting bulk transactions.
915915
916916
Attributes:
917917
session: An instance of `Session` to use for database connection.

stac_fastapi/tests/api/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,7 @@ async def test_filter_by_nonexistent_id(app_client, ctx, txn_client):
16991699
len(resp_json["features"]) == 0
17001700
), f"Expected no items with ID {non_existent_id}, but found {len(resp_json['features'])} matches"
17011701

1702-
1702+
17031703
async def test_search_max_item_limit(
17041704
app_client, load_test_data, txn_client, monkeypatch
17051705
):

0 commit comments

Comments
 (0)