style: formatting

This commit is contained in:
Robert Miller 2021-12-04 20:32:54 -05:00
parent 7bfe77a18f
commit 478f9bafa5

View File

@ -27,7 +27,7 @@ def upgrade():
sa.Column("punk_index", sa.Numeric, nullable=False),
sa.Column("min_acceptance_price", sa.Numeric, nullable=False),
sa.Column("acceptance_price", sa.Numeric, nullable=False),
sa.PrimaryKeyConstraint("transaction_hash", "trace_address"),
sa.PrimaryKeyConstraint("block_number", "transaction_hash", "trace_address"),
)