Skip to content

Commit

Permalink
fix: Delete tags_count from LibraryXBlockMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV committed Sep 27, 2024
1 parent dac0309 commit d89329c
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 d89329c

Please sign in to comment.