mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
remove stray text
This commit is contained in:
parent
04ada5015f
commit
d71ca63b4c
1 changed files with 1 additions and 1 deletions
|
@ -31,5 +31,5 @@ if arch[1] == "ELF":
|
||||||
sys.version_info[1], arch[0][0:2])))
|
sys.version_info[1], arch[0][0:2])))
|
||||||
|
|
||||||
version="2.0.35" # build scripts grep this line, so preserve formatting
|
version="2.0.35" # build scripts grep this line, so preserve formatting
|
||||||
bumpfrom anki.storage import Collection
|
from anki.storage import Collection
|
||||||
__all__ = ["Collection"]
|
__all__ = ["Collection"]
|
||||||
|
|
Loading…
Reference in a new issue