gigl.common.utils.remove_file_if_exist# gigl.common.utils.local_fs.remove_file_if_exist(local_path: LocalUri) → None# Remove file with os if file exists. Args:local_path (LocalUri): The local path of the file to be removed. Returns:None