Skip to content

Commit b8296e5

Browse files
committed
fix: ruff check
1 parent c186472 commit b8296e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/adcp/utils/preview_cache.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ async def get_preview_data_for_manifest(
7474

7575
try:
7676
request = PreviewCreativeRequest(
77-
format_id=format_id, creative_manifest=manifest, inputs=None, template_id=None, context=None
77+
format_id=format_id,
78+
creative_manifest=manifest,
79+
inputs=None,
80+
template_id=None,
81+
context=None
7882
)
7983
result = await self.creative_agent_client.preview_creative(request)
8084

0 commit comments

Comments
 (0)