We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da283b commit 9dcaf15Copy full SHA for 9dcaf15
unit_tests/sources/declarative/spec/test_spec.py
@@ -5,8 +5,8 @@
5
import pytest
6
7
from airbyte_cdk.models import AdvancedAuth, AuthFlowType, ConnectorSpecification
8
-from airbyte_cdk.sources.declarative.models.declarative_component_schema import AuthFlow
9
from airbyte_cdk.sources.declarative.models.declarative_component_schema import (
+ AuthFlow,
10
OAuthConfigSpecification,
11
OauthConnectorInputSpecification,
12
State,
0 commit comments