diff --git a/anki/exporting.py b/anki/exporting.py index 913e643fc..faa4dd7ea 100644 --- a/anki/exporting.py +++ b/anki/exporting.py @@ -297,9 +297,6 @@ class AnkiPackageExporter(AnkiExporter): if not self._v2sched: z.write(colfile, "collection.anki2") else: - # fixme: remove in the future - raise Exception("Please switch to the normal scheduler before exporting a single deck with scheduling information.") - # prevent older clients from accessing # pylint: disable=unreachable self._addDummyCollection(z)