1
0
mirror of synced 2026-01-16 18:06:29 -05:00
This commit is contained in:
Sherif Nada
2021-04-23 16:12:55 -07:00
parent 6bec66ed8d
commit 49296ef657
4 changed files with 6 additions and 6 deletions

View File

@@ -40,9 +40,9 @@ from airbyte_protocol import (
SyncMode,
)
from airbyte_protocol import Type as MessageType
from base_python.cdk.streams.core import Stream
from base_python.integration import Source
from base_python.logger import AirbyteLogger
from base_python.cdk.streams.core import Stream
class AbstractSource(Source, ABC):