diff --git a/relecov_tools/read_bioinfo_metadata.py b/relecov_tools/read_bioinfo_metadata.py index a7fdc39f..db5d98f8 100755 --- a/relecov_tools/read_bioinfo_metadata.py +++ b/relecov_tools/read_bioinfo_metadata.py @@ -381,9 +381,9 @@ def handling_files(self, file_list, sufix, output_folder, batch_date): matching_files = [ f for f in os.listdir(splitted_path) if pattern.match(f) ] - full_paths = [ + full_paths = [ # noqa: F841 os.path.join(splitted_path, f) for f in matching_files - ] # noqa: F841 + ] try: # Dynamically import the function from the specified module utils_name = (