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

Skip to content

Commit ed84165

Browse files
appleapple
authored andcommitted
Fix linting errors in test_text.py
1 parent 0adf520 commit ed84165

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

lib/matplotlib/tests/test_text.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,9 +1330,12 @@ def test_draw_text_as_path_fallback(monkeypatch):
13301330
subfig = fig.subfigures(3, 1, height_ratios=heights)
13311331
_test_complex_shaping(subfig[0])
13321332
_test_text_features(subfig[1])
1333-
_test_text_language(subfig[2])
1333+
_test_text_language(subfig[2])
1334+
1335+
13341336
def test_annotation_patchA_not_overridden():
1335-
# Test that manually setting patchA on annotation arrow is not overridden by update_positions. See GitHub issue #28316.
1337+
# Test that manually setting patchA on annotation arrow is not
1338+
# overridden by update_positions. See GitHub issue #28316.
13361339
fig, ax = plt.subplots()
13371340
ann = ax.annotate(
13381341
'',

0 commit comments

Comments
 (0)