Skip to content

Commit

Permalink
Return empty list instead
Browse files Browse the repository at this point in the history
  • Loading branch information
phacops committed Nov 8, 2024
1 parent 36988dd commit e93c50c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ def forwards_ops(self) -> Sequence[SqlOperation]:
]

def backwards_ops(self) -> Sequence[SqlOperation]:
pass
return []

0 comments on commit e93c50c

Please sign in to comment.