Skip to content

Commit

Permalink
ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbradley1 committed Jun 6, 2024
1 parent 8e1b958 commit 7b8f586
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/src/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,7 @@ def prepare_invalid_index_data():
yield container_name # test runs here

# clean up
blob_service_client.delete_container(
container_name
) # delete container after the test
blob_service_client.delete_container(container_name)
container_container.delete_item(item=container_name, partition_key=container_name)
container_jobs.delete_item(item=container_name, partition_key=container_name)

Expand Down

0 comments on commit 7b8f586

Please sign in to comment.