Skip to content

Commit 66b00c5

Browse files
committed
update self import
1 parent 77d44d7 commit 66b00c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

airbyte_cdk/connector.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
import pkgutil
1010
from abc import ABC, abstractmethod
1111
from pathlib import Path
12-
from typing import Any, Generic, Mapping, Optional, Self, TypeVar
12+
from typing import Any, Generic, Mapping, Optional, TypeVar
1313

1414
import yaml
15+
from typing_extensions import Self
1516

1617
from airbyte_cdk.models import (
1718
AirbyteConnectionStatus,

0 commit comments

Comments
 (0)