Skip to content

Commit

Permalink
Remove unused assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
aiven-anton committed Jan 26, 2024
1 parent cf07eb8 commit b1a0ce4
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 b1a0ce4

Please sign in to comment.