Skip to content

Commit 764fd2c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a32bf2e commit 764fd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labellines/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def test_nan_gaps(setup_mpl):
250250

251251
for i in range(10):
252252
y = np.sin(x + i)
253-
plt.plot(x, y, label=f'y={i}')
253+
plt.plot(x, y, label=f"y={i}")
254254

255255
labelLines(plt.gca().get_lines())
256256

0 commit comments

Comments
 (0)