We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The asgiref package is used only for types in
py-shiny/shiny/_autoreload.py
Lines 14 to 21 in b458c35
Since it's not used for anything at run-time, we should remove the run-time dependency and also only import in that file if TYPE_CHECKING.
if TYPE_CHECKING
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The asgiref package is used only for types in
py-shiny/shiny/_autoreload.py
Lines 14 to 21 in b458c35
Since it's not used for anything at run-time, we should remove the run-time dependency and also only import in that file
if TYPE_CHECKING
.The text was updated successfully, but these errors were encountered: