From f16dc61e6e82128c38534aecaacc4739fe32b14d Mon Sep 17 00:00:00 2001 From: Samuel Mondal <mondal0000@> Date: Tue, 15 Nov 2022 14:50:30 +0100 Subject: [PATCH] error correction --- sequence_extractor/list_to_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sequence_extractor/list_to_file.py b/sequence_extractor/list_to_file.py index 8bca052..27543db 100644 --- a/sequence_extractor/list_to_file.py +++ b/sequence_extractor/list_to_file.py @@ -1,5 +1,5 @@ def list_to_file( - to_write_to_file: str, + to_write_to_file: list, filename: str, ) -> None: """Creates a file from a list that is input to the function. -- GitLab