Skip to content

Commit fcb8ced

Browse files
committed
Whitespace
1 parent 0dde1c4 commit fcb8ced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

haystack/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
# Number of SearchResults to load at a time.
4747
ITERATOR_LOAD_PER_QUERY = getattr(settings, "HAYSTACK_ITERATOR_LOAD_PER_QUERY", 10)
4848

49+
4950
# A marker class in the hierarchy to indicate that it handles search data.
5051
class Indexable(object):
5152
haystack_use_for_indexing = True

0 commit comments

Comments
 (0)