Skip to content

Commit 755a176

Browse files
authored
Merge pull request matplotlib#15929 from anntzer/unlock
Remove unused cbook._lockstr.
2 parents b12c761 + c7b459c commit 755a176

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/matplotlib/cbook/__init__.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1803,15 +1803,6 @@ def get_label(y, default_name):
18031803
return default_name
18041804

18051805

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-
18151806
@contextlib.contextmanager
18161807
def _lock_path(path):
18171808
"""

0 commit comments

Comments
 (0)