Skip to content

Commit ba87e99

Browse files
committed
fixed merge conflicts
1 parent 63bab7e commit ba87e99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stac_fastapi/sqlalchemy/core.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ class CoreCrudClient(PaginationTokenClient, BaseCoreClient):
5050
collection_serializer: Type[serializers.Serializer] = attr.ib(
5151
default=serializers.CollectionSerializer
5252
)
53-
<<<<<<< HEAD
53+
5454
#added attribute post_request_model to the class core crud client
5555
post_request_model: type = attr.ib(factory=lambda: create_post_request_model([]))
56-
=======
57-
post_request_model: type = attr.ib(factory=lambda: create_post_request_model([]))
5856

59-
>>>>>>> tests/swagger_docs
57+
58+
59+
6060
@staticmethod
6161
def _lookup_id(
6262
id: str, table: Type[database.BaseModel], session: SqlSession

0 commit comments

Comments
 (0)