Skip to content

Commit

Permalink
Black formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dplocki committed May 18, 2024
1 parent e7751ad commit 77d7152
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions e2e/test_simple_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,12 @@ def test_download_since_last_run(

metadata.reverse()

expected_episode = [name.lower() for name, _ in metadata[expected_number_of_episode:]]
last_run_date = metadata[expected_number_of_episode][1] - datetime.timedelta(hours=1)
expected_episode = [
name.lower() for name, _ in metadata[expected_number_of_episode:]
]
last_run_date = metadata[expected_number_of_episode][1] - datetime.timedelta(
hours=1
)

marker_file_manager.set_date(last_run_date)

Expand Down

0 comments on commit 77d7152

Please sign in to comment.