gigl.common.utils.remove_line_from_file#

gigl.common.utils.local_fs.remove_line_from_file(file_path: LocalUri, line: str) None#

Remove a line from a file if it exists in the file.

Args:

file_path (LocalUri): The path of the file to remove the line from. line (str): The line to remove.

Returns:

None