mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Remove redundant call to mod_schema()
This commit is contained in:
parent
7c184cfeb9
commit
c01b5002fd
1 changed files with 1 additions and 3 deletions
|
@ -408,9 +408,7 @@ class AnkiQt(QMainWindow):
|
|||
showInfo(tr.qt_misc_automatic_syncing_and_backups_have_been())
|
||||
|
||||
import_collection_package_op(self, path).success(
|
||||
lambda _: self.onOpenProfile(
|
||||
callback=lambda: self.col.mod_schema(check=False)
|
||||
)
|
||||
lambda _: self.onOpenProfile()
|
||||
).run_in_background()
|
||||
|
||||
def _on_downgrade(self) -> None:
|
||||
|
|
Loading…
Reference in a new issue