Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblack committed Dec 19, 2023
1 parent a57155e commit 9a1fb91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arcaflow_plugin_opensearch/opensearch_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class BulkUploadOperationMeta:


@dataclass
class BulkUploadObject:
class BulkUploadObject:
operation: typing.Annotated[
typing.Dict[Operation, BulkUploadOperationMeta],
schema.name("operation"),
Expand All @@ -39,6 +39,7 @@ class BulkUploadObject:
schema.description("The JSON data document to upload to your index."),
]


bulk_upload_object_schema = plugin.build_object_schema(BulkUploadObject)


Expand Down Expand Up @@ -94,7 +95,6 @@ class DocumentRequest:
@dataclass
class SuccessOutput:
message: str

document_ids: typing.List[str]


Expand Down

0 comments on commit 9a1fb91

Please sign in to comment.