From 2b4e34ec2ff6c4e8f5b2ad6ce1f185ac0ef61b60 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Wed, 6 Aug 2025 21:39:05 +0200 Subject: [PATCH] linting --- apps/vinyl/src/assets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vinyl/src/assets.py b/apps/vinyl/src/assets.py index 8f26651..9c0bc0d 100644 --- a/apps/vinyl/src/assets.py +++ b/apps/vinyl/src/assets.py @@ -172,7 +172,7 @@ def works(context: dg.AssetExecutionContext) -> Iterator[dg.Output[pl.DataFrame] dagster_type=patito_model_to_dagster_type(Deal), automation_condition=dg.AutomationCondition.on_missing().ignore( dg.AssetSelection.assets(cleaned_deals.key) - ) + ), ) def new_deals( context: dg.AssetExecutionContext, partitions: dict[str, pl.LazyFrame | None]