Skip to content

Commit 422b5d6

Browse files
committed
add is_hs
1 parent 2662d83 commit 422b5d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

books/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def prefetch_book_resources(queryset):
4040
)
4141

4242
def get_book_data(book):
43-
"""Return the book data dict for a single Book instance, matching BookIndex.books property."""
4443
has_faculty_resources = hasattr(book, 'prefetched_faculty_resources') and bool(book.prefetched_faculty_resources)
4544
has_student_resources = hasattr(book, 'prefetched_student_resources') and bool(book.prefetched_student_resources)
4645
try:

0 commit comments

Comments
 (0)