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

Skip to content

Commit fbb623e

Browse files
committed
Fix ruff E302: add missing blank line before test
1 parent defd13e commit fbb623e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10160,6 +10160,7 @@ def test_animated_artists_not_drawn_by_default():
1016010160
mocked_im_draw.assert_not_called()
1016110161
mocked_ln_draw.assert_not_called()
1016210162

10163+
1016310164
def test_relim_updates_scatter_offsets():
1016410165
import numpy as np
1016510166
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)