Skip to content

Commit d048b2f

Browse files
OwenKephartDagster Devtools
authored andcommitted
that's ruff (#21678)
## Summary & Motivation ## Test Plan ## Changelog > The changelog is generated by an agent that examines merged PRs and > summarizes/categorizes user-facing changes. You can optionally replace > this text with a terse description of any user-facing changes in your PR, > which the agent will prioritize. Otherwise, delete this section. Internal-RevId: 6154d6297c27fdf79fc6e3bb53ed5397a2c7a52f
1 parent 687bfb3 commit d048b2f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • python_modules/dagster/dagster_tests/declarative_automation_tests/automation_condition_tests/builtins

python_modules/dagster/dagster_tests/declarative_automation_tests/automation_condition_tests/builtins/test_event_timestamps.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,7 @@ def test_since_any_deps_updated_uses_timestamps() -> None:
241241
"""SINCE(any_deps_updated, cron_tick_passed) should use timestamps to resolve
242242
simultaneous trigger and reset on the same tick.
243243
"""
244-
condition = AutomationCondition.any_deps_match(
245-
AutomationCondition.newly_updated()
246-
).since(
244+
condition = AutomationCondition.any_deps_match(AutomationCondition.newly_updated()).since(
247245
AutomationCondition.cron_tick_passed(cron_schedule="0 * * * *", cron_timezone="UTC")
248246
)
249247

0 commit comments

Comments
 (0)