Skip to content
  • Michael Reneer's avatar
    Fix PY 3.8 warning about using ABCs from `collections`. · c40e3083
    Michael Reneer authored
    Do not use or import the ABCs from `collections`, this is deprecated since Python 3.3, and in 3.9 it will stop working. These ABCs have moved to 'collections.abc' and should be used from this package.
    
    PiperOrigin-RevId: 340678321
    c40e3083