7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 16:13:44 +00:00

Remove warning severity override

Fixes https://gitlab.com/kicad/code/kicad/-/issues/19573
This commit is contained in:
Jon Evans 2025-01-09 17:34:57 -05:00
parent 79419ef2f0
commit c13af4ed36

View File

@ -33,7 +33,6 @@
%pythoncode
{
import warnings
warnings.filterwarnings("default", category=DeprecationWarning, module=__name__)
warnings.warn("The SWIG-based Python interface to the PCB editor is deprecated and will be removed "
"in a future version of KiCad. Please plan to move to the new IPC API and/or make "
"use of the kicad-cli tool for your KiCad automation needs.",