Skip to content

Commit

Permalink
remove redundant commit
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Jun 30, 2024
1 parent c727602 commit 515dc80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/commands/dashboard/permalink/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def run(self) -> str:
)
db.session.flush()
assert entry.id # for type checks
db.session.commit() # pylint: disable=consider-using-transaction
return encode_permalink_key(key=entry.id, salt=self.salt)

def validate(self) -> None:
Expand Down

0 comments on commit 515dc80

Please sign in to comment.