Skip to content

WIP: suppress deprecation warning

Štěpán Henek requested to merge python-3.9 into master
tests/euci_test.py::test_get_string
  /home/stepan/project/pyuci/euci/__init__.py:34: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
    return isinstance(data, collections.Iterable) and not isinstance(data, str)

Merge request reports