X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=plomtask%2Fversioned_attributes.py;h=cc42bbc40f761c35715f11b0ca4f61ba67dbe579;hb=84ff28d055b785e5f205f942c68ece72136e5af1;hp=b04c56465a74e1c7626736a0b7bb85f3ef5b8962;hpb=9409a41ae6d5ed77706bd5a610177ad7e63a2335;p=plomtask diff --git a/plomtask/versioned_attributes.py b/plomtask/versioned_attributes.py index b04c564..cc42bbc 100644 --- a/plomtask/versioned_attributes.py +++ b/plomtask/versioned_attributes.py @@ -28,9 +28,7 @@ class VersionedAttribute: @property def as_dict(self) -> dict[str, object]: """Return self as (json.dumps-coompatible) dict.""" - d = {'parent_id': self.parent.id_, - 'table_name': self.table_name, - 'history': self.history} + d = {'parent_id': self.parent.id_, 'history': self.history} return d @property