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
Imports https://github.com/pydata/pandas/blob/master/pandas/tseries/tools.py#L213 and https://github.com/pydata/pandas/blob/master/pandas/tseries/tools.py#L214 are not used:
from pandas.tseries.offsets import DateOffset from pandas.tseries.frequencies import (_get_rule_month, _month_numbers, _get_freq_str)
Is there any reason to leave these? Is there an open ticket for removing unused imports?
The text was updated successfully, but these errors were encountered:
Put up a "no-brainer" PR that's green on travis and I'll merge.
Sorry, something went wrong.
#7854 obviates this
Successfully merging a pull request may close this issue.
Imports https://github.com/pydata/pandas/blob/master/pandas/tseries/tools.py#L213 and https://github.com/pydata/pandas/blob/master/pandas/tseries/tools.py#L214 are not used:
Is there any reason to leave these?
Is there an open ticket for removing unused imports?
The text was updated successfully, but these errors were encountered: