diff --git a/amaranth/lib/wiring.py b/amaranth/lib/wiring.py index 48351e5..9a9b2ec 100644 --- a/amaranth/lib/wiring.py +++ b/amaranth/lib/wiring.py @@ -782,9 +782,6 @@ class Component(Elaboratable): f"because an attribute with the same name already exists") self.__dict__.update(self.signature.members.create()) - # TODO(py3.9): This should be a class method, but descriptors don't stack this way - # in Python 3.8 and below. - # @classmethod @property def signature(self): cls = type(self)