Skip to content

Commit d901895

Browse files
Update src/odoo_data_flow/lib/sort.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent f6a3e7c commit d901895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odoo_data_flow/lib/sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def sort_for_self_referencing(
3030
encoding (str): The encoding of the CSV file.
3131
3232
Returns:
33-
Optional[str]: The path to the temporary sorted CSV file if sorting
33+
Union[str, bool, None]: The path to the temporary sorted CSV file if sorting
3434
was performed, None if no sorting is needed or possible, or False if
3535
there was an error reading the file.
3636
"""

0 commit comments

Comments
 (0)