Skip to content

Commit fd1eb1e

Browse files
committed
Fix formatting
1 parent ef2aac7 commit fd1eb1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sync/databricks/integrations/_run_submit_runner.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ def create_or_fetch_project(app_id: str, cluster_log_url: str, compute_provider:
8888
name=app_id,
8989
app_id=app_id,
9090
cluster_log_url=cluster_log_url,
91-
product_code=compute_provider_platform_dict.get(compute_provider)
92-
or Platform.AWS_DATABRICKS,
91+
product_code=compute_provider_platform_dict.get(compute_provider) or Platform.AWS_DATABRICKS,
9392
)
9493
else:
9594
logger.info(f"Found project with app_id - app_id:{app_id}")

0 commit comments

Comments
 (0)