Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
fix 'unexpected indent'
Browse files Browse the repository at this point in the history
  • Loading branch information
namlook committed Aug 8, 2013
1 parent 7ace201 commit 287fedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongokit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
GEO2D as INDEX_GEO2D,\
GEOHAYSTACK as INDEX_GEOHAYSTACK,\
GEOSPHERE as INDEX_GEOSPHERE,\
OFF as INDEX_OFF,
OFF as INDEX_OFF, \
HASHED as INDEX_HASHED
from migration import DocumentMigration

0 comments on commit 287fedf

Please sign in to comment.