style: formatting

This commit is contained in:
Robert Miller 2021-12-04 20:32:29 -05:00
parent e1e678bbc2
commit 9f08275698

View File

@ -26,7 +26,7 @@ def upgrade():
sa.Column("from_address", sa.String(256), nullable=False),
sa.Column("punk_index", sa.Numeric, nullable=False),
sa.Column("min_price", sa.Numeric, nullable=False),
sa.PrimaryKeyConstraint("transaction_hash", "trace_address"),
sa.PrimaryKeyConstraint("block_number", "transaction_hash", "trace_address"),
)