Skip to content

Commit c6b31cc

Browse files
author
Oleksandr Bazarnov
committed
fixed the imports for readme.md
1 parent 9e58f5b commit c6b31cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/manifest_migrations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This directory contains the logic and registry for manifest migrations in the Ai
4141
## Example Migration Skeleton
4242

4343
```python
44-
from airbyte_cdk.sources.declarative.migrations.manifest.manifest_migration import TYPE_TAG, ManifestMigration, ManifestType
44+
from airbyte_cdk.manifest_migrations.manifest_migration import TYPE_TAG, ManifestMigration, ManifestType
4545

4646
class V_1_2_3_Example(ManifestMigration):
4747
component_type = "ExampleComponent"

0 commit comments

Comments
 (0)