diff --git a/lib/matplotlib/backend_managers.py b/lib/matplotlib/backend_managers.py index ef394743c89a..2af8cb88cc66 100644 --- a/lib/matplotlib/backend_managers.py +++ b/lib/matplotlib/backend_managers.py @@ -304,7 +304,7 @@ def _get_cls_to_instantiate(self, callback_class): else: mod = 'backend_tools' current_module = __import__(mod, - globals(), locals(), [mod], -1) + globals(), locals(), [mod], 1) callback_class = getattr(current_module, callback_class, False) if callable(callback_class):
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: