8000 PEP-8: add space after comma in test · matplotlib/matplotlib@a473231 · GitHub
[go: up one dir, main page]

Skip to content

Commit a473231

Browse files
authored
PEP-8: add space after comma in test
1 parent e12db84 commit a473231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4934,7 +4934,7 @@ def test_pandas_pcolormesh():
49344934

49354935
time = pd.date_range('2000-01-01', periods=10)
49364936
depth = np.arange(20)
4937-
data = np.random.rand(20,10)
4937+
data = np.random.rand(20, 10)
49384938

49394939
fig, ax = plt.subplots()
49404940
ax.pcolormesh(time, depth, data)

0 commit comments

Comments
 (0)
0