From: Sebastian Pipping Date: Thu, 27 Nov 2025 19:41:06 +0000 (+0100) Subject: Fix CI by applying Black to file drafthorse/models/trade.py (#96) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeaf442e4a919ddc3e56e3516ede5c5d72cf57f9;p=thirdparty%2Fpython-drafthorse.git Fix CI by applying Black to file drafthorse/models/trade.py (#96) --- 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