Skip to content

Commit

Permalink
Merge pull request #804 from Aiven-Open/aiven-anton/remove-unused-ass…
Browse files Browse the repository at this point in the history
…ignment

Remove unused assignment
  • Loading branch information
matyaskuti authored Jan 26, 2024
2 parents cf07eb8 + b1a0ce4 commit 87c8a81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion karapace/kafka_rest_apis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@ async def publish(self, topic: str, partition_id: Optional[str], content_type: s
await self.validate_publish_request_format(data, formats, content_type, topic)
status = HTTPStatus.OK
ser_format = formats["embedded_format"]
prepared_records = []
try:
prepared_records = await self._prepare_records(
content_type=content_type,
Expand Down

0 comments on commit 87c8a81

Please sign in to comment.