8000 Remove unused cbook._lockstr. · matplotlib/matplotlib@c7b459c · GitHub
[go: up one dir, main page]

Skip to content

Commit c7b459c

Browse files
committed
Remove unused cbook._lockstr.
Should have been removed together with cleanup of mpl3.0 deprecations.
1 parent c221853 commit c7b459c

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)
0