Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def _format_donor_information_for_output(self) -> None:
"""Format the donor attributes for the output files."""
self.donor_formatted_output['TopDonorNameAmnt'] = extralife_io.single_format(self.top_donor, False,
self.currency_symbol)