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

Remove duplicate imports for dateutil.parser #3925

Closed
suhaibmujahid opened this issue Dec 14, 2023 · 0 comments · Fixed by #3927
Closed

Remove duplicate imports for dateutil.parser #3925

suhaibmujahid opened this issue Dec 14, 2023 · 0 comments · Fixed by #3927
Labels
good-first-bug Good for newcomers

Comments

@suhaibmujahid
Copy link
Member

I noticed that dateutil.parser was imported twice. I don't think it's necessary, is it?

import dateutil.parser
import pandas as pd
from dateutil import parser

Originally posted by @PromiseFru in #3907 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good-first-bug Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant