Skip to content

Commit

Permalink
Fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dplocki committed Jan 18, 2024
1 parent ab7da88 commit 4db26e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions e2e/test_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ def __add_file_in_source(self, file_name):
path_to_file.write_text("text")


class PodcastDirectory():

class PodcastDirectory:
def __init__(self, download_destination_directory: Path) -> None:
self.download_destination_directory = download_destination_directory

Expand Down Expand Up @@ -179,7 +178,7 @@ def test_default_behavior_on_empty_directory(
podcast_directory: PodcastDirectory,
):
# Arrange
last_file_name = generate_random_string() + '.mp3'
last_file_name = generate_random_string() + ".mp3"

feed_builder.add_entry()
feed_builder.add_entry()
Expand Down

0 comments on commit 4db26e8

Please sign in to comment.