Skip to content

Commit c332377

Browse files
authored
Fix line length
1 parent 59b29f5 commit c332377

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/backends/_backend_tk.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
if is_uv_python:
3939
raise ImportError(
4040
"Failed to import tkagg backend. You appear to be using an outdated "
41-
"version of uv's managed Python distribution which is not compatible with Tk. "
42-
"Please upgrade to the latest uv version, then update Python with:"
43-
"`uv python upgrade --reinstall`"
41+
"version of uv's managed Python distribution which is not compatible "
42+
" with Tk. Please upgrade to the latest uv version, then update "
43+
" Python with: `uv python upgrade --reinstall`"
4444
) from e
4545
else:
4646
raise ImportError(

0 commit comments

Comments
 (0)