This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Usage of Python 2 __metaclass__
#7932
Labels
Z-Help-Wanted
We know exactly how to fix this issue, and would be grateful for any contribution
z-p3
(Deprecated Label)
There are 7 instances of
__metaclass__
in Synapse, which does nothing in Python 3.These should probably be changed to use
class Foo(metaclass=abc.ABCMeta)
.The text was updated successfully, but these errors were encountered: