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

reflex/app.py - Update Import Statements #3785

Conversation

elviskahoro
Copy link
Contributor

This PR adjusts the import statements in reflex/app.py to import AsyncIterator and Callable from collections.abc instead of typing. This change enhances compatibility with newer Python versions and aligns with best practices for future-proofing the codebase. The datetime, pathlib.Path, and typing imports remain unchanged.

Copy link
Contributor Author

elviskahoro commented Aug 12, 2024

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @elviskahoro and the rest of your teammates on Graphite Graphite

@elviskahoro elviskahoro force-pushed the elvis/lint-imports_separate_line-reflex_app branch from 8d9329a to 15a5864 Compare August 13, 2024 19:32
@elviskahoro elviskahoro force-pushed the elvis/lint-typing_collections-reflex_app branch from 956b75e to 20abbe0 Compare August 13, 2024 19:32
@elviskahoro elviskahoro force-pushed the elvis/lint-imports_separate_line-reflex_app branch from 15a5864 to 2c6c5e0 Compare August 13, 2024 20:54
@elviskahoro elviskahoro force-pushed the elvis/lint-typing_collections-reflex_app branch from 20abbe0 to 483d814 Compare August 13, 2024 20:54
@masenf masenf deleted the elvis/lint-typing_collections-reflex_app branch December 12, 2024 07:18
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.

1 participant