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

Updated debug_info_response #657

Merged
merged 3 commits into from
Jun 10, 2021
Merged

Updated debug_info_response #657

merged 3 commits into from
Jun 10, 2021

Conversation

JohanMabille
Copy link
Member

No description provided.

@davidbrochart
Copy link
Member

@JohanMabille could you try changing these lines:

from dateutil.parser import parse as _dateutil_parse
from dateutil.tz import tzlocal

with:

from dateutil.parser import parse as _dateutil_parse  # type: ignore
from dateutil.tz import tzlocal  # type: ignore

docs/messaging.rst Outdated Show resolved Hide resolved
Co-authored-by: David Brochart <david.brochart@gmail.com>
@davidbrochart davidbrochart merged commit 3732015 into jupyter:master Jun 10, 2021
@JohanMabille JohanMabille deleted the debug_info branch June 10, 2021 08:44
@blink1073 blink1073 added this to the 7.0 milestone Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants