-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
DeprecationWarning on import imp
#190
Comments
Thanks for the report. |
Interesting, as of today, there is no such warning anymore: $ python
Python 3.6.7 (default, Oct 22 2018, 11:32:17)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import configurations.importer
>>> Though, the PR #212 is related to this issue, but it doesn't seem to be a real fix. |
@bittner
|
Replacing I found a related issue, though, where it's possible to simplify the current code. (PR #222) |
Looks like it might be possible to take some inspiration from how |
This has been resolved in #365 |
The text was updated successfully, but these errors were encountered: