fix formatting

This commit is contained in:
Damien Elmes 2020-01-16 12:45:48 +10:00
parent 4c0b7d37c9
commit af5e60dffa

View File

@ -189,7 +189,7 @@ class CustomStudy(QDialog):
def reject(self) -> None:
if self.created_custom_study:
# set the original deck back to current
self.mw.col.decks.select(self.deck['id'])
self.mw.col.decks.select(self.deck["id"])
# fixme: clean up the empty custom study deck
QDialog.reject(self)