We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55336e3 commit 3a32248Copy full SHA for 3a32248
tests/test_exceptions.py
@@ -175,11 +175,6 @@ def test_project_inactive(high_quality_image: io.BytesIO) -> None:
175
server_secret_key=database.server_secret_key,
176
)
177
178
- cloud_reco_client = CloudRecoService(
179
- client_access_key=database.client_access_key,
180
- client_secret_key=database.client_secret_key,
181
- )
182
-
183
with pytest.raises(ProjectInactive) as exc:
184
vws_client.add_target(
185
name='x',
0 commit comments