We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c604498 commit 0b098e2Copy full SHA for 0b098e2
lib/matplotlib/style/__init__.py
@@ -1 +1,3 @@
1
-from core import use, context, available, library, reload_library
+from __future__ import absolute_import
2
+
3
+from .core import use, context, available, library, reload_library
0 commit comments