Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Jan 16, 2024
1 parent 9cf2a65 commit cde8b10
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion drafthorse/models/trade.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
)
from .delivery import TradeDelivery
from .elements import Element
from .fields import DateTimeField, FormattedDateTimeField, DecimalField, Field, MultiField, StringField
from .fields import (
DateTimeField,
FormattedDateTimeField,
DecimalField,
Field,
MultiField,
StringField,
)
from .party import (
BuyerTradeParty,
EndUserTradeParty,
Expand Down

0 comments on commit cde8b10

Please sign in to comment.