Skip to content

Commit

Permalink
remove closing of session when in stored procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
zaramzamzam committed Mar 5, 2024
1 parent 1a57898 commit 878528f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/snowflake/snowpark/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ def __enter__(self):
def __exit__(self, exc_type, exc_val, exc_tb):
if not is_in_stored_procedure():
self.close()
self.close()

def __str__(self):
return (
Expand Down

0 comments on commit 878528f

Please sign in to comment.