diff --git a/process_podcast.py b/process_podcast.py index 906cbed..978d156 100755 --- a/process_podcast.py +++ b/process_podcast.py @@ -10,11 +10,14 @@ import globals from config_parser import ( - parse_configuration_file, parse_configuration_string) -from progress_bar import (ProgressBar) -from segment import (Segment, AudioSegment, VideoSegment, - FrameSegment, SegmentError) -from shell_command import (FFprobeCommand, FFmpegConcatCommand) + parse_configuration_file, parse_configuration_string +) +from progress_bar import ProgressBar +from segment import ( + Segment, AudioSegment, VideoSegment, + FrameSegment, SegmentError +) +from shell_command import FFprobeCommand, FFmpegConcatCommand class InputStreamAction(argparse.Action):