Skip to content

Commit

Permalink
chore: delete unused tags_count from LibraryXBlockMetadata (#35510)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV committed Sep 27, 2024
1 parent 89f9996 commit de7fa09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openedx/core/djangoapps/content_libraries/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de7fa09

Please sign in to comment.