Skip to content

Commit

Permalink
fix: Broken formatting (#90)
Browse files Browse the repository at this point in the history
Caused by bad merge sequence.
  • Loading branch information
aiven-anton authored Oct 14, 2023
1 parent 9b56b1b commit 30711cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/kio/schema/offset_commit/v9/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitRequest.json
"""

# ruff: noqa: A003

from dataclasses import dataclass
from dataclasses import field
from typing import ClassVar
Expand Down
2 changes: 0 additions & 2 deletions src/kio/schema/offset_commit/v9/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitResponse.json
"""

# ruff: noqa: A003

from dataclasses import dataclass
from dataclasses import field
from typing import ClassVar
Expand Down

0 comments on commit 30711cc

Please sign in to comment.