Skip to content

Commit 6d1f6d3

Browse files
authored
whitespace fix
1 parent ed12aa9 commit 6d1f6d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/backends/_backend_tk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
raise ImportError(
4040
"Failed to import tkagg backend. You appear to be using an outdated "
4141
"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`"
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)