Skip to content

Commit

Permalink
remove subclass
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbern committed Jul 24, 2017
1 parent ba3a0c1 commit 34731c5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions annoy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,5 @@
# License for the specific language governing permissions and limitations under
# the License.

from .annoylib import *

class AnnoyIndex(Annoy):
# This class is a dummy wrapper around the underlying C++ class.
# The plan is to remove it soon.
pass
# This module is a dummy wrapper around the underlying C++ module.
from .annoylib import Annoy as AnnoyIndex

0 comments on commit 34731c5

Please sign in to comment.