Closed tirkarthi closed 3 years ago
Added try/except since Python 3.3 seems to be supported as per setup.py . If not then collections.abc can be used directly.
collections.abc
This change is
Coverage decreased (-0.02%) to 59.12% when pulling c45cd5b2ae74ec7982b6513c81e0bec827cd2c68 on tirkarthi:fix-warnings into c5e271f5ff9d4373c1185d03e4fc54d19e4d4ed2 on stanislav-web:master.
Thank yoU!
Added try/except since Python 3.3 seems to be supported as per setup.py . If not then
collections.abc
can be used directly.This change is