Skip to content

Commit 4db3c8b

Browse files
committed
add missing callable class import
1 parent 814136b commit 4db3c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/models/airbyte_protocol_serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
22
import sys
3-
from typing import Any, Dict, Type, TypeVar
3+
from typing import Any, Callable, Dict, Type, TypeVar
44

55
import orjson
66
from pydantic import ValidationError

0 commit comments

Comments
 (0)