Skip to content

Commit

Permalink
pylint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
0ssigeno committed Sep 29, 2022
1 parent 37e6647 commit f7ec1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlasq/queryset/queryset.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _query(self):
logger.debug(self._query_obj.to_query(self._document))
return super()._query

def aggregate(self, pipeline, **kwargs):
def aggregate(self, pipeline, **kwargs): # pylint: disable=arguments-differ
self._return_objects = False
if isinstance(pipeline, dict):
pipeline = [pipeline]
Expand Down

0 comments on commit f7ec1e5

Please sign in to comment.