Skip to content

Commit 43bdf5f

Browse files
committed
fixed endpoint issues
1 parent 0a950f2 commit 43bdf5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/webapp/routers/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ def get_model_cards(
13821382
# 3. Let WorkspaceClient’s ApiClient perform the authenticated GET
13831383
try:
13841384
# perform_query will attach the same OAuth creds that WorkspaceClient uses
1385-
resp = w.api_client.perform_query(
1385+
resp = w.api_client.perform_query( # type: ignore[attr-defined]
13861386
method="GET",
13871387
path=download_endpoint,
13881388
query_params=params,

0 commit comments

Comments
 (0)