Skip to content

Commit c2dd2d5

Browse files
committed
style(adk): apply repository formatting
1 parent 2832b16 commit c2dd2d5

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

sqlspec/extensions/adk/_config_utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,7 @@ def _adk_artifact_store_config(config: _ADKConfigSource) -> _ADKArtifactStoreCon
103103
return {"artifact_table": str(adk_config.get("artifact_table") or "adk_artifact")}
104104

105105

106-
def _apply_owner_id(
107-
result: "_ADKSessionStoreConfig | _ADKMemoryStoreConfig", adk_config: dict[str, Any]
108-
) -> None:
106+
def _apply_owner_id(result: "_ADKSessionStoreConfig | _ADKMemoryStoreConfig", adk_config: dict[str, Any]) -> None:
109107
"""Copy the configured owner column into normalized store settings."""
110108
owner_id = adk_config.get("owner_id_column")
111109
if owner_id is not None:

sqlspec/extensions/adk/artifact/service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ async def list_artifact_versions(
451451
app_name=app_name, user_id=user_id, filename=filename, session_id=session_id
452452
)
453453
return [_record_to_artifact_version(r) for r in records]
454+
454455
async def get_artifact_version(
455456
self,
456457
*,

0 commit comments

Comments
 (0)