From d71ca63b4c814a3d30dc1bb0e2340c2645827065 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 5 Apr 2016 11:04:40 +1000 Subject: [PATCH] remove stray text --- anki/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/__init__.py b/anki/__init__.py index 3f0c10368..eaa52a860 100644 --- a/anki/__init__.py +++ b/anki/__init__.py @@ -31,5 +31,5 @@ if arch[1] == "ELF": sys.version_info[1], arch[0][0:2]))) version="2.0.35" # build scripts grep this line, so preserve formatting -bumpfrom anki.storage import Collection +from anki.storage import Collection __all__ = ["Collection"]