Skip to content

Commit

Permalink
fix: linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnage101 committed Apr 9, 2024
1 parent a565493 commit 147ecc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions enterprise/management/commands/monthly_impact_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,8 +926,7 @@ def get_query_results_from_snowflake(self):
try:
cs.execute(QUERY)
rows = cs.fetchall()
for row in rows:
yield row
yield from rows
finally:
cs.close()
ctx.close()
Expand Down

0 comments on commit 147ecc3

Please sign in to comment.