From aeaf442e4a919ddc3e56e3516ede5c5d72cf57f9 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 27 Nov 2025 20:41:06 +0100 Subject: [PATCH] Fix CI by applying Black to file drafthorse/models/trade.py (#96) --- drafthorse/models/trade.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drafthorse/models/trade.py b/drafthorse/models/trade.py index 8afa7f9..2482b0a 100644 --- a/drafthorse/models/trade.py +++ b/drafthorse/models/trade.py @@ -196,7 +196,9 @@ class TradeSettlement(Element): invoice_currency: TaxApplicableTradeCurrencyExchange = Field( TaxApplicableTradeCurrencyExchange, profile=EXTENDED ) - payment_means: Container = MultiField(PaymentMeans, required=False, profile=EXTENDED) + payment_means: Container = MultiField( + PaymentMeans, required=False, profile=EXTENDED + ) trade_tax: Container = MultiField(ApplicableTradeTax) period: BillingSpecifiedPeriod = Field( BillingSpecifiedPeriod, required=False, profile=BASIC -- 2.47.3