Skip to content

Commit aeaf442

Browse files
authored
Fix CI by applying Black to file drafthorse/models/trade.py (#96)
1 parent e449f43 commit aeaf442

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

drafthorse/models/trade.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,9 @@ class TradeSettlement(Element):
196196
invoice_currency: TaxApplicableTradeCurrencyExchange = Field(
197197
TaxApplicableTradeCurrencyExchange, profile=EXTENDED
198198
)
199-
payment_means: Container = MultiField(PaymentMeans, required=False, profile=EXTENDED)
199+
payment_means: Container = MultiField(
200+
PaymentMeans, required=False, profile=EXTENDED
201+
)
200202
trade_tax: Container = MultiField(ApplicableTradeTax)
201203
period: BillingSpecifiedPeriod = Field(
202204
BillingSpecifiedPeriod, required=False, profile=BASIC

0 commit comments

Comments
 (0)