mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
unused imports
This commit is contained in:
parent
cf2ea47076
commit
4b478cd3e9
1 changed files with 0 additions and 3 deletions
|
|
@ -3,9 +3,6 @@
|
||||||
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
|
||||||
import platform
|
|
||||||
import json
|
|
||||||
|
|
||||||
if sys.version_info[0] < 3:
|
if sys.version_info[0] < 3:
|
||||||
raise Exception("Anki should be run with Python 3")
|
raise Exception("Anki should be run with Python 3")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue