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

Suppress a warning due to python-future #576

Closed

Conversation

skoranda
Copy link
Contributor

@skoranda skoranda commented Dec 4, 2018

The python-future library is causing a warning about the
imp module being deprecated. See
PythonCharmers/python-future#246
This commit suppresses the warning.

All Submissions:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you added an explanation of what problem you are trying to solve with this PR?
  • Have you added information on what your changes do and why you chose this as your solution?
  • Have you written new tests for your changes?

No new tests would be useful for this change.

  • Does your submission pass tests?
  • This project follows PEP8 style guide. Have you run your code against the 'flake8' linter?

The python-future library is causing a warning about the
imp module being deprecated. See
PythonCharmers/python-future#246
This commit suppresses the warning.
@c00kiemon5ter
Copy link
Member

I will remove the dependency on future and focus on using six.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants