From b1b887da10b8d7e08f8b7f181011200fb3243d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Kub=C3=AD=C4=8Dek?= Date: Tue, 4 Mar 2025 14:04:37 +0100 Subject: [PATCH] add_invoice: remove unused dependency --- examples/add_invoice.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/add_invoice.py b/examples/add_invoice.py index d292a5c..d9ff064 100644 --- a/examples/add_invoice.py +++ b/examples/add_invoice.py @@ -8,7 +8,6 @@ Usage: Run this script directly to create and save an invoice PDF. Dependencies: - - examples.tools.save_file_as_pdf - superfaktura.bank_account.BankAccount - superfaktura.client_contacts.ClientContactModel - superfaktura.enumerations.currency.Currencies