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
APScheduler
Widely referenced pattern with scheduler.app.app_context() causes extensive linter warnings.
with scheduler.app.app_context()
Using the included application factory example:
Seems live the linter doesn't recognise the None replaced after the init_app():
None
init_app()
flask-apscheduler/flask_apscheduler/scheduler.py
Line 46 in d5b6cdd
I think this is what is happening:
The text was updated successfully, but these errors were encountered:
scheduler.app.app_context()
Here is a relevant answer from @erictraut: microsoft/pyright#8450 (reply in thread)
Sorry, something went wrong.
No branches or pull requests
Widely referenced pattern
with scheduler.app.app_context()
causes extensive linter warnings.Using the included application factory example:
Seems live the linter doesn't recognise the
None
replaced after theinit_app()
:flask-apscheduler/flask_apscheduler/scheduler.py
Line 46 in d5b6cdd
I think this is what is happening:
The text was updated successfully, but these errors were encountered: