Skip to content

Commit 5430b48

Browse files
author
Savannah Norem
authored
removing whitespace from blank lines for linter
1 parent 6f1f4f9 commit 5430b48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aredis_om/model/model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ async def execute(self, exhaust_results=True, return_raw_result=False, return_qu
905905

906906
if self.nocontent:
907907
args.append("NOCONTENT")
908-
908+
909909
if return_query_args:
910910
return self.model.Meta.index_name, args
911911

@@ -941,7 +941,7 @@ async def execute(self, exhaust_results=True, return_raw_result=False, return_qu
941941
break
942942
self._model_cache += _results
943943
return self._model_cache
944-
944+
945945
async def get_query(self):
946946
query = self.copy()
947947
return await query.execute(return_query_args=True)

0 commit comments

Comments
 (0)