Skip to content

Commit 3a32248

Browse files
committed
Remove unused variable
1 parent 55336e3 commit 3a32248

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_exceptions.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,6 @@ def test_project_inactive(high_quality_image: io.BytesIO) -> None:
175175
server_secret_key=database.server_secret_key,
176176
)
177177

178-
cloud_reco_client = CloudRecoService(
179-
client_access_key=database.client_access_key,
180-
client_secret_key=database.client_secret_key,
181-
)
182-
183178
with pytest.raises(ProjectInactive) as exc:
184179
vws_client.add_target(
185180
name='x',

0 commit comments

Comments
 (0)