Skip to content

Commit ed2ce65

Browse files
Gabe PescoGabe Pesco
authored andcommitted
style: apply ruff-format to scheduler.py
Signed-off-by: Gabe Pesco <PescoG@medinsight.milliman.com>
1 parent c628df9 commit ed2ce65

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

sqlmesh/core/config/scheduler.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,10 @@ def create_plan_evaluator(self, context: GenericContext) -> PlanEvaluator:
131131
from sqlmesh.core.config.ownership import OwnershipConfig
132132

133133
ownership_config = getattr(context.config, "ownership", None)
134-
if isinstance(ownership_config, OwnershipConfig) and not ownership_config.environment_owner_mapping:
134+
if (
135+
isinstance(ownership_config, OwnershipConfig)
136+
and not ownership_config.environment_owner_mapping
137+
):
135138
ownership_config = None
136139
return BuiltInPlanEvaluator(
137140
state_sync=context.state_sync,

0 commit comments

Comments
 (0)