Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve Python import docs #189

Merged
merged 18 commits into from
Apr 13, 2024
Merged

feat: improve Python import docs #189

merged 18 commits into from
Apr 13, 2024

Conversation

morgante
Copy link
Contributor

@morgante morgante commented Apr 13, 2024

Currently, we don't have good consolidated documentation for handling/adding imports in Python. This makes a testable doc for it.

@morgante morgante changed the title Improve import docs feat: improve Python import docs Apr 13, 2024
@morgante morgante requested a review from a team April 13, 2024 22:28
@morgante morgante marked this pull request as ready for review April 13, 2024 22:28
@@ -100,7 +100,7 @@ pattern insert_imports() {
}
}

pattern is_imported_from($source) {
pattern imported_from($source) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was it to differentiate from the JavaScript pattern that we made this is_imported_from?

@morgante morgante merged commit 4dfa817 into main Apr 13, 2024
2 of 5 checks passed
@morgante morgante deleted the improve-import-docs branch April 13, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants