Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebd24ec

Browse files
authored
STY: satisfy pep8
1 parent 0bd9367 commit ebd24ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_backend_tk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_figuremanager_preserves_host_mainloop():
3535
success = False
3636
def do_plot():
3737
plt.figure()
38-
plt.plot([1,2],[3,5])
38+
plt.plot([1, 2], [3, 5])
3939
plt.close()
4040
root.after(0, legitmate_quit)
4141

0 commit comments

Comments
 (0)