File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
airbyte_cdk/test/standard_tests Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,12 @@ class TestSuiteSourcePokeAPI(standard_tests.DeclarativeSourceTestSuite):
2727
2828'''
2929
30- from airbyte_cdk .test .standard_tests .connector_base import (
31- ConnectorTestScenario ,
32- ConnectorTestSuiteBase ,
33- )
30+ from airbyte_cdk .test .standard_tests .connector_base import ConnectorTestSuiteBase
3431from airbyte_cdk .test .standard_tests .declarative_sources import (
3532 DeclarativeSourceTestSuite ,
3633)
3734from airbyte_cdk .test .standard_tests .destination_base import DestinationTestSuiteBase
35+ from airbyte_cdk .test .standard_tests .models .scenario import ConnectorTestScenario
3836from airbyte_cdk .test .standard_tests .source_base import SourceTestSuiteBase
3937
4038__all__ = [
You can’t perform that action at this time.
0 commit comments