Uso QGIS 3.4 con Python 3.7 y tengo un mensaje de advertencia al importar Processing como este :
import processing
from processing.core.Processing import Processing
Este es el mensaje :
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
¿Cuál es la nueva forma de importarlo sin recibir este DeprecationWarning?