Skip to content

Commit d5f4386

Browse files
anntzertimhoffm
authored andcommitted
Deprecate public access to the vendored formlayout module. (#12889)
1 parent 18a8a94 commit d5f4386

File tree

6 files changed

+565
-551
lines changed

6 files changed

+565
-551
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ per-file-ignores =
3535
matplotlib/backends/backend_cairo.py: E203, E221, E402
3636
matplotlib/backends/backend_gtk3.py: E203, E221, E222, E225, E251, E501
3737
matplotlib/backends/backend_pgf.py: E731
38-
matplotlib/backends/qt_editor/formlayout.py: E501
38+
matplotlib/backends/qt_editor/_formlayout.py: E501
3939
matplotlib/font_manager.py: E203, E221, E251, E501
4040
matplotlib/fontconfig_pattern.py: E201, E203, E221, E222, E225
4141
matplotlib/mathtext.py: E201, E202, E203, E211, E221, E222, E225, E251, E301, E402
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Public use of the matplotlib.backends.qt_editor.formlayout module is deprecated
2+
```````````````````````````````````````````````````````````````````````````````
3+
4+
This module is a vendored, modified version of the official formlayout_ module
5+
available on PyPI. Install that module separately if you need it.
6+
7+
.. _formlayout: https://pypi.org/project/formlayout/

0 commit comments

Comments
 (0)