Skip to content

Commit 148e038

Browse files
authored
CLN: some residual code removed, xref to #16761 (#16974)
1 parent 01a8be3 commit 148e038

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pandas/core/config_init.py

-12
Original file line numberDiff line numberDiff line change
@@ -255,18 +255,6 @@ def use_numexpr_cb(key):
255255
df.info() (the behaviour in earlier versions of pandas).
256256
"""
257257

258-
pc_mpl_style_doc = """
259-
: bool
260-
Setting this to 'default' will modify the rcParams used by matplotlib
261-
to give plots a more pleasing visual style by default.
262-
Setting this to None/False restores the values to their initial value.
263-
"""
264-
265-
pc_mpl_style_deprecation_warning = """
266-
mpl_style had been deprecated and will be removed in a future version.
267-
Use `matplotlib.pyplot.style.use` instead.
268-
"""
269-
270258
pc_memory_usage_doc = """
271259
: bool, string or None
272260
This specifies if the memory usage of a DataFrame should be displayed when

0 commit comments

Comments
 (0)