Skip to content

Commit

Permalink
fixing pylints
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Mar 30, 2021
1 parent 437dea8 commit d9d721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/common/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def is_concept_container_document_model(self):
return self.document_model in [SourceDocument, CollectionDocument]

@property
def __search_results(self): # pylint: disable=too-many-branches
def __search_results(self): # pylint: disable=too-many-branches,too-many-statements
results = None

if self.should_perform_es_search():
Expand Down

0 comments on commit d9d721f

Please sign in to comment.