We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bab7e commit ba87e99Copy full SHA for ba87e99
stac_fastapi/sqlalchemy/core.py
@@ -50,13 +50,13 @@ class CoreCrudClient(PaginationTokenClient, BaseCoreClient):
50
collection_serializer: Type[serializers.Serializer] = attr.ib(
51
default=serializers.CollectionSerializer
52
)
53
-<<<<<<< HEAD
+
54
#added attribute post_request_model to the class core crud client
55
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([]))
58
59
->>>>>>> tests/swagger_docs
60
@staticmethod
61
def _lookup_id(
62
id: str, table: Type[database.BaseModel], session: SqlSession
0 commit comments