ynop / audiomate

Too many blank lines found FLK-E303
Style
Minor
2 occurrences in this check
too many blank lines (2)
161            tar.extractall(path, members, numeric_owner=numeric_owner) 
162            
163        
164        safe_extract(archive, target_folder)
too many blank lines (2)
128                    tar.extractall(path, members, numeric_owner=numeric_owner) 
129                    
130                
131                safe_extract(archive, target_path)132
133            file_name = os.path.splitext(os.path.basename(file_path))[0]
134            extracted.append(os.path.join(target_path, file_name))