We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a950f2 commit 43bdf5fCopy full SHA for 43bdf5f
1 file changed
src/webapp/routers/data.py
@@ -1382,7 +1382,7 @@ def get_model_cards(
1382
# 3. Let WorkspaceClient’s ApiClient perform the authenticated GET
1383
try:
1384
# perform_query will attach the same OAuth creds that WorkspaceClient uses
1385
- resp = w.api_client.perform_query(
+ resp = w.api_client.perform_query( # type: ignore[attr-defined]
1386
method="GET",
1387
path=download_endpoint,
1388
query_params=params,
0 commit comments