iris-hep / func_adl_servicex

Send func_adl expressions to a ServiceX endpoint
0 stars 4 forks source link

Fix depreciation warning #36

Closed gordonwatts closed 2 years ago

gordonwatts commented 3 years ago

.venv\lib\site-packages\func_adl_servicex\ServiceX.py:5
  c:\users\gordo\code\iris-hep\servicex-backend-tests\.venv\lib\site-packages\func_adl_servicex\ServiceX.py:5: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
    from collections import Iterable
``
gordonwatts commented 2 years ago

This was fixed a while ago...