def read_imported_file(file_data): # pylint: disable=unused-argument csv_file = check_import_file() return read_csv_file(csv_file)