Skip to content

Commit

Permalink
Update website/docs/cdktf/release/upgrade-guide-v0-18.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Ansgar Mertens <[email protected]>
  • Loading branch information
mutahhir and ansgarm committed Aug 17, 2023
1 parent 8fc190c commit d8e1ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/cdktf/release/upgrade-guide-v0-18.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: >-

### Python performance improvements disable root-level provider imports

When using a Provider in python one could previously import the resource and data source namespaces on the root level. This is no longer possible and the namespaces must be imported through specifying the paht in the import. The syntax was supported before as well, so you can change your code within `0.17.x` and then upgrade to `0.18.x`.
When using a Provider in python one could previously import the resource and data source namespaces on the root level. This is no longer possible and the namespaces must be imported through specifying the path in the import. The syntax was supported before as well, so you can change your code within `0.17.x` and then upgrade to `0.18.x`.

Before:

Expand Down

0 comments on commit d8e1ea1

Please sign in to comment.