Skip to content

Commit 7133d01

Browse files
committed
Fixes to keep the style checker happy
1 parent 39a3412 commit 7133d01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

matplotlib_inline/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ class InlineBackend(InlineBackendConfig):
4444
the box, but third-party tools may use it to manage rc data. To change
4545
personal defaults for matplotlib, use matplotlib's configuration
4646
tools, or customize this class in your `ipython_config.py` file for
47-
IPython/Jupyter- specific usage."""
48-
).tag(config=True)
47+
IPython/Jupyter- specific usage.""").tag(config=True)
4948

5049
figure_formats = Set(
5150
{'png'},

0 commit comments

Comments
 (0)