10000 Fixed comma between tests. · matplotlib/matplotlib@9106ade · GitHub
[go: up one dir, main page]

Skip to content

Commit 9106ade

Browse files
committed
Fixed comma between tests.
1 parent f927517 commit 9106ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ def tk_window_focus():
10221022
'matplotlib.tests.test_text',
10231023
'matplotlib.tests.test_ticker',
10241024
'matplotlib.tests.test_tightlayout',
1025-
'matplotlib.tests.test_triangulation'
1025+
'matplotlib.tests.test_triangulation',
10261026
'matplotlib.tests.test_transforms',
10271027
]
10281028

0 commit comments

Comments
 (0)
0