Skip to content

pytype: ignore abc.ABCMeta metaclasses that don't work on py3

Anton Shestakov requested to merge topic/default/pytype-fixes into branch/default

See 70d42e2ad9b4 in hg:

We can remove this when we're Python 3-only, but for now it's just too
awkward to deal with and it's harmless.

Merge request reports