Skip to content

Commit 0b66a3c

Browse files
fix: Apply Ruff formatting and lint fixes
- Fix import block sorting in airbyte_protocol_serializers.py - Remove extra blank line for proper formatting - All local Ruff checks now pass Co-Authored-By: AJ Steers <[email protected]>
1 parent d53c6ba commit 0b66a3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

airbyte_cdk/models/airbyte_protocol_serializers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
)
2525

2626

27-
2827
class AirbyteStateBlobType(CustomType[AirbyteStateBlob, Dict[str, Any]]):
2928
def serialize(self, value: AirbyteStateBlob) -> Dict[str, Any]:
3029
# cant use orjson.dumps() directly because private attributes are excluded, e.g. "__ab_full_refresh_sync_complete"

0 commit comments

Comments
 (0)