Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-paige committed Jul 9, 2024
1 parent b8fd506 commit 77bb8db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests_new/integration_tests/modules/notebooks/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def session_notebook1(client1, group1, session_env1, session_id, session_env1_aw
if notebook:
delete_notebook(client1, session_env1['environmentUri'], notebook)
wait_stack_delete_complete(
session_env1_aws_client.client('cloudformation', region_name=session_env1['region']), notebook.stack.name
session_env1_aws_client.client('cloudformation', region_name=session_env1['region']),
notebook.stack.name,
)

vpc_client = VpcClient(session=session_env1_aws_client, region=session_env1['region'])
Expand Down

0 comments on commit 77bb8db

Please sign in to comment.