8000
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 c221853 commit c7b459cCopy full SHA for c7b459c
lib/matplotlib/cbook/__init__.py
@@ -1803,15 +1803,6 @@ def get_label(y, default_name):
1803
return default_name
1804
1805
1806
-_lockstr = """\
1807
-LOCKERROR: matplotlib is trying to acquire the lock
1808
- {!r}
1809
-and has failed. This maybe due to any other process holding this
1810
-lock. If you are sure no other matplotlib process is running try
1811
-removing these folders and trying again.
1812
-"""
1813
-
1814
1815
@contextlib.contextmanager
1816
def _lock_path(path):
1817
"""
0 commit comments