Skip to content

Commit a76f424

Browse files
author
maxi297
committed
fix import
1 parent 0f785c1 commit a76f424

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

airbyte_cdk/models/airbyte_protocol_serializers.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
22
from typing import Any, Dict
33

4+
from serpyco_rs import CustomType, Serializer
5+
46
from .airbyte_protocol import ( # type: ignore[attr-defined] # all classes are imported to airbyte_protocol via *
57
AirbyteMessage,
68
AirbyteStateBlob,
9+
AirbyteStateMessage,
710
AirbyteStreamState,
811
ConfiguredAirbyteCatalog,
912
ConfiguredAirbyteStream,
1013
ConnectorSpecification,
1114
)
12-
from serpyco_rs import CustomType, Serializer
13-
1415

1516

1617
class AirbyteStateBlobType(CustomType[AirbyteStateBlob, Dict[str, Any]]):

0 commit comments

Comments
 (0)