8000 linting · matplotlib/matplotlib@9371cb4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9371cb4

Browse files
linting
1 parent 725f1b9 commit 9371cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/tests/test_backend_tk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def legitimate_quit():
6161
"""
6262
try:
6363
proc = subprocess.run(
64-
[sys.executable, "-c", script,],
64+
[sys.executable, "-c", script],
6565
env={**os.environ,
6666
"MPLBACKEND": "TkAgg",
6767
"SOURCE_DATE_EPOCH": "0"},
@@ -150,7 +150,7 @@ def test_never_update():
150150
"""
151151
try:
152152
proc = subprocess.run(
153-
[sys.executable, "-c", script,],
153+
[sys.executable, "-c", script],
154154
env={**os.environ,
155155
"MPLBACKEND": "TkAgg",
156156
"SOURCE_DATE_EPOCH": "0"},

0 commit comments

Comments
 (0)
0