Skip to content

Commit

Permalink
Fix ruff (#21149)
Browse files Browse the repository at this point in the history
Summary:
Remove unused variable

Test Plan: BK

## Summary & Motivation

## How I Tested These Changes
  • Loading branch information
gibsondan authored and yuhan committed Apr 11, 2024
1 parent ce3cd00 commit f60efc7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ def test_stale_status_downstream_of_all_partitions_mapping():
start_date = datetime(2020, 1, 1)
end_date = start_date + timedelta(days=2)
start_key = start_date.strftime("%Y-%m-%d")
end_key = (end_date - timedelta(days=1)).strftime("%Y-%m-%d")

partitions_def = DailyPartitionsDefinition(start_date=start_date, end_date=end_date)

Expand Down

0 comments on commit f60efc7

Please sign in to comment.