Skip to content

Commit e8962f3

Browse files
committed
Add docstring
1 parent db7e9f6 commit e8962f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_mongodb_backend/checks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
@register(Tags.models)
1111
def check_vector_search_indexes(app_configs, databases=None, **kwargs): # noqa: ARG001
12+
# Validate vector search indexes for models.
1213
errors = []
1314
if app_configs is None:
1415
models = apps.get_models()

0 commit comments

Comments
 (0)