chore: delete unused tags_count from LibraryXBlockMetadata (#35510)

This commit is contained in:
Chris Chávez
2024-09-27 12:10:05 -05:00
committed by GitHub
parent 89f9996c7b
commit de7fa09667

View File

@@ -218,7 +218,6 @@ class LibraryXBlockMetadata:
last_draft_created_by = attr.ib("")
published_by = attr.ib("")
has_unpublished_changes = attr.ib(False)
tags_count = attr.ib(0)
created = attr.ib(default=None, type=datetime)
@classmethod