Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
numberoverzero committed Aug 7, 2016
1 parent 5838209 commit 32f1e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_index.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
from bloop.column import Column
from bloop.index import GlobalSecondaryIndex, Index, LocalSecondaryIndex
from bloop.index import Index, LocalSecondaryIndex
from bloop.model import new_base
from bloop.types import String

Expand Down

0 comments on commit 32f1e84

Please sign in to comment.