Skip to content

Commit f090c19

Browse files
authored
Merge pull request #12607 from tacaswell/sty_fix_flake8
STY: fix whitespace and escaping
2 parents 20ed033 + e071663 commit f090c19

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2749,7 +2749,7 @@ def grid(self, b=None, which='major', axis='both', **kwargs):
27492749

27502750
def ticklabel_format(self, *, axis='both', style='', scilimits=None,
27512751
useOffset=None, useLocale=None, useMathText=None):
2752-
"""
2752+
r"""
27532753
Change the `~matplotlib.ticker.ScalarFormatter` used by
27542754
default for linear axes.
27552755

lib/matplotlib/pyplot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,6 @@ def rgrids(*args, **kwargs):
16701670
silent_list('Text rgridlabel', labels))
16711671

16721672

1673-
16741673
def thetagrids(*args, **kwargs):
16751674
"""
16761675
Get or set the theta gridlines on the current polar plot.

lib/matplotlib/tests/test_backend_qt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import pytest
99

10+
1011
@pytest.fixture(autouse=True)
1112
def mpl_test_settings(qt_module, mpl_test_settings):
1213
"""

0 commit comments

Comments
 (0)